Update README.md
This commit is contained in:
parent
c70a97824d
commit
5be580f9c1
|
@ -26,8 +26,7 @@ the main program will generate `settings.json` which saves all required paramete
|
|||
sensor's values. It also creates a .csv file under `RecordedData` directory to save all recorded+calculated data.
|
||||
`read_arduino.pyw` read raw data from Arduino board and convert it to the correct resistance, which could be plotted out
|
||||
using `serial_plot.pyw`. Note that all .pyw are still Python files and should be correctly opened using any IDE/text edtiors
|
||||
as .py file does, except not going to pop up a black terminal when running directly. `test.py` is the old main and may not
|
||||
currently running properly
|
||||
as .py file does, except not going to pop up a black terminal when running directly. `test.py` is the alternative version of the frontend writting using `tkinter`.
|
||||
|
||||
## Issues
|
||||
- Currently can only use 5V as input voltage. May need to change the algorithm in `read_arduino.py`
|
||||
|
|
Loading…
Reference in New Issue