소스 검색

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