Zigduino-1.0 icon indicating copy to clipboard operation
Zigduino-1.0 copied to clipboard

open-source electronics prototyping platform

Results 1 Zigduino-1.0 issues
Sort by recently updated
recently updated
newest added

这里有一些bug,会导致digitalRead()函数不正常: const uint16_t PROGMEM port_to_input_PGM[] = { NOT_A_PIN, NOT_A_PIN, NOT_A_PIN, (uint16_t)&PINC, (uint16_t)&PIND, (uint16_t)&PINE, (uint16_t)&PINF, (uint16_t)&PING, NOT_A_PIN, NOT_A_PIN, NOT_A_PIN, NOT_A_PIN, NOT_A_PIN, }; 应该改为: const uint16_t PROGMEM port_to_input_PGM[] = { NOT_A_PIN, NOT_A_PIN,...