|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+# libraries
|
|
|
2
|
+- needs the keyboard library i wrote for the cardputer
|
|
|
3
|
+- other libraries should be findable in the circuitpy bundle :)
|
|
|
4
|
+
|
|
|
5
|
+# other dependencies
|
|
|
6
|
+- relies on there being a `barcodes` folder on the cardputer itself, with a barcode named `RT17.bmp` and another named `HERA.bmp`
|
|
|
7
|
+
|
|
|
8
|
+# notes
|
|
|
9
|
+- rt scanner can't scan barcodes from this screen
|
|
|
10
|
+- the downtime log isn't fully finished
|
|
|
11
|
+- is a good code base for a probably impractical reach truck task helper :P
|