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"
17
using
TwoWire = i2c_t3;
18
#endif
19
20
#ifdef __IMXRT1062__
21
#include "i2c_driver_wire.h"
22
#endif
23
#endif
// __ECU_WIRE_H__
libraries
Util
Wire.h
Generated by
1.9.8