working sensor readout for 1 block
This commit is contained in:
@ -27,11 +27,14 @@ typedef struct {
|
||||
bool eoc; // end of conversion flag
|
||||
} HTPA_Status;
|
||||
|
||||
|
||||
|
||||
void HTPA_Init(I2C_HandleTypeDef *);
|
||||
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);
|
||||
void HTPA_ReadSensor(void);
|
||||
|
||||
void HTPA_WriteRegister(uint8_t address, uint8_t byte);
|
||||
void HTPA_ReadRegister(uint8_t address, uint8_t* pData, uint16_t length);
|
||||
void HTPA_GetStatus(void);
|
||||
|
||||
|
||||
#endif /* INC_HTPA_32X32D_H_ */
|
||||
|
||||
Reference in New Issue
Block a user