Update README.md
This commit is contained in:
parent
847e279ffa
commit
ef64f20f0a
|
@ -32,6 +32,7 @@ as .py file does, except not going to pop up a black terminal when running direc
|
||||||
- Currently can only use 5V as input voltage. May need to change the algorithm in `read_arduino.py`. Newer hardware will require 3.3V.
|
- Currently can only use 5V as input voltage. May need to change the algorithm in `read_arduino.py`. Newer hardware will require 3.3V.
|
||||||
- Should call `writerandomvalues.py` to simulate Arduino data when nothing is connected but user still want to run. Currently just pop up error
|
- Should call `writerandomvalues.py` to simulate Arduino data when nothing is connected but user still want to run. Currently just pop up error
|
||||||
- "plot" button is completely disabled, should be enabled whenever is not plotting but is reading data
|
- "plot" button is completely disabled, should be enabled whenever is not plotting but is reading data
|
||||||
|
- Matplotlib cannot really run in multithread, this might going to be an issue for packing the program into an executable
|
||||||
|
|
||||||
## Todos & [Specs](https://docs.google.com/document/d/1Km2HZel7rILOvgHG5iXlUcXFx4Of1ot2I7Dbnq8aTwY/edit?usp=sharing):
|
## Todos & [Specs](https://docs.google.com/document/d/1Km2HZel7rILOvgHG5iXlUcXFx4Of1ot2I7Dbnq8aTwY/edit?usp=sharing):
|
||||||
- [ ] Fix Issues
|
- [ ] Fix Issues
|
||||||
|
@ -48,3 +49,4 @@ as .py file does, except not going to pop up a black terminal when running direc
|
||||||
- [ ] Add resolution option in the UI to allow interchange between arduino (10bit) and esp32 (12 bits)
|
- [ ] Add resolution option in the UI to allow interchange between arduino (10bit) and esp32 (12 bits)
|
||||||
- [ ] Possibly adding new module to support ESP32
|
- [ ] Possibly adding new module to support ESP32
|
||||||
- [ ] Support for non-Windows platforms
|
- [ ] Support for non-Windows platforms
|
||||||
|
- [ ] Make it into one executable
|
||||||
|
|
Loading…
Reference in New Issue