File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- /*
1
+ /*
2
2
twi.h - Software I2C library for esp8266
3
3
4
4
Copyright (c) 2015 Hristo Gochkov. All rights reserved.
5
5
This file is part of the esp8266 core for Arduino environment.
6
-
6
+
7
7
This library is free software; you can redistribute it and/or
8
8
modify it under the terms of the GNU Lesser General Public
9
9
License as published by the Free Software Foundation; either
@@ -48,7 +48,7 @@ uint8_t twi_status();
48
48
49
49
uint8_t twi_transmit (const uint8_t * , uint8_t );
50
50
51
- void twi_attachSlaveRxEvent ( void (* )(uint8_t * , int ) );
51
+ void twi_attachSlaveRxEvent ( void (* )(uint8_t * , size_t ) );
52
52
void twi_attachSlaveTxEvent ( void (* )(void ) );
53
53
void twi_reply (uint8_t );
54
54
//void twi_stop(void);
@@ -59,4 +59,4 @@ void twi_releaseBus(void);
59
59
}
60
60
#endif
61
61
62
- #endif
62
+ #endif
You can’t perform that action at this time.
0 commit comments