Commit ebe99f
2026-03-19 08:31:29 Bob Green: -/-| /dev/null .. programming/machine library.md | |
| @@ 0,0 1,8 @@ | |
| + | # Machine Library |
| + | |
| + | I've created a library targeting the hardware specific aspects of programming the Sbc-3. I believe that it should work with the other boards from [Mega Micros](https://mega-micros.co.uk/index.htm), but since I don't have access to anything but the Sbc-3, can't confirm that. |
| + | |
| + | To use the library, just include the following in your C sourcecode: |
| + | ```c |
| + | #include <machine.h> |
| + | ``` |