Commit b26e81

2026-03-21 15:10:58 Bob Green: -/-
programming/machine library.md ..
@@ 9,6 9,12 @@
## Serial I/O
+ ```C
+ int _char_available(void);
+ char _getchar(void);
+ void _putchar(char c);
+ ```
+
## LED Control
There's a block of 10 leds (LD7 on the SBC3-b3), and six of them can be used for anything you like. Led1 is furthest from the cpu:
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9