Explorar el Código

Add 'CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md'

cube hace 1 mes
padre
commit
ce0b5454ae
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md

+ 11
- 0
CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md Ver fichero

@@ -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