ref: c0fa529f359e5cb21a2b3f37fe5b641714b3e2ed
parent: 3b7fcf9811cb02854e815d01cd4aa599407529e6
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Sat Apr 17 18:47:38 EDT 2021
Create README.md
--- /dev/null
+++ b/README.md
@@ -1,0 +1,10 @@
+# m8c
+
+m8c is a Linux client for Dirtywave M8 tracker's headless mode. It is intended for use with lower end systems like RPi zero.
+
+To build, install gcc, make, libsdl2-dev and libsdl2-ttf-dev and run make in the source directory.
+This will build a binary that can be launched with ./m8c /dev/ttyACM0 (or whatever your M8 shows up as in the dev system)
+
+Disclaimer: I'm not a coder and hardly understand C, use at your own risk.
+
+Many thanks to turbolent for the great Golang-based g0m8 application, which I used as reference on how the M8 serial protocol works.
--
⑨