change the run scripts and update the docs
This commit is contained in:
parent
61a1052b3e
commit
76ae7e35fe
680 changed files with 1858 additions and 738 deletions
|
@ -50,7 +50,7 @@ pub unsafe extern "C" fn loop_() {
|
|||
arduboy.set_cursor(0, 40);
|
||||
arduboy.print(f!(b"eeprom:\0"));
|
||||
|
||||
arduboy.print(eeprom.read() as u16);
|
||||
//arduboy.print(eeprom.read() as u16);
|
||||
|
||||
arduboy.display();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue