SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
Wire.h
Go to the documentation of this file.
1
12#ifndef __ECU_WIRE_H__
13#define __ECU_WIRE_H__
14
15#ifdef __MK66FX1M0__
16#include "i2c_t3.h"
17using TwoWire = i2c_t3;
18#endif
19
20#ifdef __IMXRT1062__
21#include "i2c_driver_wire.h"
22#endif
23#endif // __ECU_WIRE_H__