Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 246 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 246 Bytes

PySerialLogger

install requirements with pip install -r requirements.txt

expects data to be sent in the following format {startChar}Time:Val,Data1:Val,Data2:Val...{endChar}

example .ino to uploaded to an arduino found in loggerExample