Searched refs:INT8_C (Results 1 – 2 of 2) sorted by relevance
139 1. 缺少INT8_C和UINT8_C宏定义,手动在pins_arduino.h或其他Arduino头文件中添加 142 #ifndef INT8_C143 #define INT8_C(x) ((int8_t)x)
490 #define INT8_C(value) ((int_least8_t)(value)) macro
Completed in 7 milliseconds