README.md (517B)
1 # load_from_card/ 2 3 Reads directory and prints it on serial line. The user can choose a 4 program to run. This is the default program included by 5 roms/os/os.bin. Refer to this program as an example on how to 6 access the SD card and how to use the data stack. 7 8 # ttt/ 9 10 Tic-Tac-Toe 11 12 # serial_line_echo/ 13 14 Test serial input/output. 15 16 # 10print/ 17 18 https://10print.org/ 19 20 # interrupts/ 21 22 Testing interrupt handling. 23 24 # stack_test/ 25 26 Testing the data stack. 27 28 # via_test/ 29 30 Testing VIA GPIO. 31 32 # ansi_test/ 33 34 Testing ANSI term commands.