TLE5012 Arduino Hardware Platforms. More...
Go to the source code of this file.
Macros | |
#define | PRINTBIN(Num) for (uint32_t t = (1UL << ((sizeof(Num)*8)-1)); t; t >>= 1) Serial.write(Num & t ? '1' : '0'); |
< More... | |
#define | PRINTBINS(Num) for (uint32_t t = (1UL << ((sizeof(Num)*8)-1)); t; t >>= 1) Serial.write(Num & t ? " 1 " : " 0 "); |
TLE5012 Arduino Hardware Platforms.
SPDX-License-Identifier: MIT