Skip to content

SNS - Software-Only Tests #83

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

SNS - Software-Only Tests #83

wants to merge 1 commit into from

Conversation

ishmis
Copy link
Contributor

@ishmis ishmis commented Feb 4, 2023

  • Add tests for i2c
  • Add tests for adc
  • Add tests for spi
  • Add (more) tests for gpio
  • Add tests for i2c sensor
  • Add tests for gpio sensor
  • Add (more) tests for mux

Note: Working on this after #91 gets merged else conflicts

@ishmis ishmis added the sensors Sensors Project label Feb 4, 2023
@ishmis ishmis requested a review from kshxtij as a code owner February 4, 2023 16:10
@ishmis ishmis self-assigned this Feb 4, 2023
const std::uint8_t data);
virtual core::Result writeByte(const std::uint8_t device_address, const std::uint8_t data);
using ReadHandler = std::function<std::optional<std::uint8_t>(
const std::uint8_t device_address, const std::uint8_t register_address)>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should register_address be uint16_t like in overhaul?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sensors Sensors Project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants