reordering the crate and addind more documentation and added the docs to the same repo

This commit is contained in:
ZennDev1337 2023-08-15 12:41:08 +02:00
parent 6fb155dff3
commit 34c781e882
1035 changed files with 11041 additions and 18 deletions

5
docs/doc/src-files.js Normal file
View file

@ -0,0 +1,5 @@
var srcIndex = JSON.parse('{\
"arduboy_rust":["",[["hardware",[],["buttons.rs","led.rs","mod.rs"]],["library",[],["arduboy2.rs","arduboy_tone.rs","arduboy_tone_pitch.rs","arduino.rs","c.rs","eeprom.rs","mod.rs","progmem.rs","sprites.rs"]]],["lib.rs","prelude.rs","print.rs"]],\
"panic_halt":["",[],["lib.rs"]]\
}');
createSrcSidebar();