Procházet zdrojové kódy

Update 'CARDPUTER CircuitPython/projects/README.md'

cube před 7 měsíci
rodič
revize
99eef19846
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      CARDPUTER CircuitPython/projects/README.md

+ 2
- 1
CARDPUTER CircuitPython/projects/README.md Zobrazit soubor

@@ -13,7 +13,8 @@ A mostly functional, but incredibly basic text editor.
13 13
 - Save file - You only have to type the filename; the ".txt" extension will be automatically added.
14 14
 - Open file - You can select from a list of files in the SD card. Still no line scrolling here, so only the first 7 files will be visible
15 15
 - If you open a file, the save menu conveniently fills in the filename for you, so you don't have to write it again to re-save.
16
-- 
16
+
17
+
17 18
 ### Dependencies
18 19
 
19 20
 - Keyboard library from this repository