Skip to content

Commit 5969856

Browse files
committed
library:Remove hardware specific headers
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 11263ab commit 5969856

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libraries/Wire/Wire.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@
1919
*
2020
* Modified 2020 by Ajay Bhargav <[email protected]> for SiWi
2121
*/
22-
23-
#include <string.h>
24-
#include <stdlib.h>
25-
#include <inttypes.h>
26-
#include <hw/i2c.h>
27-
28-
#include <lib.h>
22+
#include "Arduino.h"
2923
#include "Wire.h"
3024

3125
TwoWire::TwoWire(void) : rxBufferIndex(0), rxBufferLength(0), txAddress(0), txBufferLength(0), twiClock(TWI_CLOCK)

0 commit comments

Comments
 (0)