Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor Communication interface #16

Open
philip-brink opened this issue Mar 17, 2018 · 0 comments
Open

Sensor Communication interface #16

philip-brink opened this issue Mar 17, 2018 · 0 comments
Assignees
Milestone

Comments

@philip-brink
Copy link
Member

Goal

Communicate with sensors, either over I2C or serial.

Notes

This should be done as a superclass of basic sensor communication. Needs:

  • Initialization/setup details (name/ID, address, sampling frequency, read/write/read-write, input/output files)
  • Timer that will read at the specified sampling frequency
  • Read function that will be overridden in subclasses
  • Write function that will be overridden in subclasses
  • Read any input from named pipe
  • Output any results to named pipe
@philip-brink philip-brink added this to the competition milestone Mar 17, 2018
@PeterGhimself PeterGhimself added Epic and removed Epic labels Mar 22, 2018
@PeterGhimself PeterGhimself changed the title Sensor Communication Sensor Communication interface Mar 22, 2018
@PeterGhimself PeterGhimself added Epic and removed Epic labels Mar 22, 2018
@philip-brink philip-brink self-assigned this Mar 22, 2018
philip-brink added a commit that referenced this issue Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants