RTLib
|
Utility helpers for core library. More...
Go to the source code of this file.
Typedefs | |
using | Port = unsigned |
Type definition for MCU Port. More... | |
using | Pin = uint16_t |
Type definition for MCU Pin. More... | |
using | Pinout = std::pair< Port, Pin > |
Type definition for MCU Pinout. More... | |
Utility helpers for core library.
using Pin = uint16_t |
Type definition for MCU Pin.
using Port = unsigned |
Type definition for MCU Port.