embedded.Arduino.LowPower
embedded.Arduino.LowPower copied to clipboard
boards.txt needs updating
To get the 1mhz to work with the current arduino ide (1.8.5) i had to change the
extended_fuses=0x07 to extended_fuses=0xfe
I think 0x07 must be change to 0xFF, not 0xFE
new value <= old value (BOD voltage)
0xFF <= 0x07 (bod disabled)
0xFE <= 0x06 (1.8v)
0xFD <= 0x05 (2.7v)
0xFC <= 0x04 (4.3v)