For compile in XDot
Dependents: Wiagro-Lanza34-XDot
Revision 1:3d652783d9e8, committed 2020-10-03
- Comitter:
- umickelsen
- Date:
- Sat Oct 03 22:30:27 2020 +0000
- Parent:
- 0:bea5dbf3f7d5
- Commit message:
- For compile in XDot
Changed in this revision
st25dv.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r bea5dbf3f7d5 -r 3d652783d9e8 st25dv.h --- a/st25dv.h Thu Nov 14 10:36:30 2019 +0000 +++ b/st25dv.h Sat Oct 03 22:30:27 2020 +0000 @@ -699,7 +699,7 @@ extern NFCTAG_StatusTypeDef ST25DV_IO_Read( uint8_t * const pData, const uint8_t DevAddr, const uint16_t Size, I2C* mi2cChannel ); extern uint8_t ST25DV_IO_IsNacked( void ); extern NFCTAG_StatusTypeDef ST25DV_IO_IsDeviceReady( const uint8_t DevAddr, const uint32_t Trials, I2C* mi2cChannel); - +extern NFCTAG_StatusTypeDef ST25DV_i2c_WriteData( const uint8_t * const pData, const uint16_t TarAddr, const uint16_t NbByte, I2C* mi2cChannel ); /* Exported functions ------------------------------------------------------- */ /**