added register readout
This commit is contained in:
@ -28,8 +28,9 @@ typedef struct {
|
||||
} HTPA_Status;
|
||||
|
||||
void HTPA_Init(I2C_HandleTypeDef *);
|
||||
void HTPA_ReadBlock(uint8_t, uint8_t, uint16_t *[128]);
|
||||
void HTPA_ReadBlock(uint8_t, uint8_t, uint8_t blockData[256]);
|
||||
void HTPA_WriteRegister(uint8_t, uint8_t);
|
||||
uint8_t HTPA_ReadRegister(uint8_t register_address);
|
||||
HTPA_Status HTPA_GetStatus(void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user