This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/EmbededSTM32/LAB_04-2/Core/Inc/zlg7290.h

12 lines
243 B
C
Executable File

#ifndef __ZLG7290_H
#define __ZLG7290_H
#include "stm32f4xx_hal.h"
uint8_t ZLG7290_Read_Key(void);
void ZLG7290_Write1Byte(uint16_t r,uint8_t *p);
void ZLG7290_Write(uint8_t *buf);
void ZLG7290_Read_SMG(uint8_t *SMG_buf);
#endif