roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
i2c.h
Go to the documentation of this file.
1#pragma once
2
4
5#if defined(ARDUINO) || defined(ROO_TESTING)
6
8
9namespace roo_display {
10
11using I2cMasterBusHandle = ArduinoI2cMasterBusHandle;
12using I2cSlaveDevice = ArduinoI2cSlaveDevice;
13
14} // namespace roo_display
15
16#elif defined(ESP_PLATFORM)
17
19
20namespace roo_display {
21
22using I2cMasterBusHandle = Esp32I2cMasterBusHandle;
23using I2cSlaveDevice = Esp32I2cSlaveDevice;
24
25} // namespace roo_display
26
27#endif // defined(ARDUINO) || defined(ROO_TESTING)
Defines 140 opaque HTML named colors.