Closed lucaros95 closed 5 years ago
Things to consider:
Do we want an application/library or a kernel driver?
Data will need to be accessed by a remote computer for training and a visualization GUI (can use websockets)
Interrupt or poll driven?
Going for library using wiringPi for now. Can use a kernel driver later.
Poll driven through timers.
Things to consider:
Do we want an application/library or a kernel driver?
Data will need to be accessed by a remote computer for training and a visualization GUI (can use websockets)
Interrupt or poll driven?