Преглед изворни кода

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

cube пре 1 месец
родитељ
комит
ce0b5454ae
1 измењених фајлова са 11 додато и 0 уклоњено
  1. 11
    0
      CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md

+ 11
- 0
CARDPUTER CircuitPython/projects/ReachTruckApp/readme.md Прегледај датотеку

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