Skip to content

Conversation

@relzp
Copy link
Contributor

@relzp relzp commented Jan 9, 2026

This PR aims to implement POSTs for NUSenseIO and any subsystems we can implement a POST for (currently just the IMU).
Currently:

  • Adds a post function to NUSenseIO which will call post functions for subsystems
  • Adds a post function to IMU which checks the WHOAMI register against a hardcoded device ID.
  • Runs and checks the return value of NUSenseIO's post function in main

relzp added 3 commits January 9, 2026 16:43
post() checks the value of the WHOAMI register against the constant IMU
device ID
post() will run the post functions of subsystems to ensure they exist
and can be communicated with
currently just calls the IMU post function
@relzp relzp requested a review from Claegtun January 9, 2026 06:14
@relzp relzp self-assigned this Jan 9, 2026
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

Successfully merging this pull request may close these issues.

2 participants