Arduino_XI icon indicating copy to clipboard operation
Arduino_XI copied to clipboard

Arduino core for WEMOS XI Boards

Results 6 Arduino_XI issues
Sort by recently updated
recently updated
newest added

inside the main loop: if I do: ` digitalRead(A3); PMU.sleep(PM_POFFS0, SLEEP_4S); ` it goes to sleep for 4 seconds if I do: ` analogRead(A3); PMU.sleep(PM_POFFS0, SLEEP_4S); ` no sleep will...

LGT pico use LGT8F328P SSOP20? it doesn't work

The following defines need to be included where best located: NO LONGER VALID, SEE FOLLOWING PARAGRAPH #define LED_BUILTIN 12 #define NUM_DIGITAL_PINS 14 #define u8 uint8_t #define u16 uint16_t Due to...

I notice there are options of 0K, 1K, 2K, 4K 8K for EEPROM size. Thankfully the default is 1K and I'm happy with that in my current project, but how...

I'm unable to achieve operation of serial communications via Serial class without forcing a delay of like 10 seconds in the setup() section. This also causes a connection error in...

The following line in boards.txt needs to have the backslash changed to the Linux-style forward slash: xi.bootloader.file=lgt8fx8e/optiboot_lgt8f328d.hex