Skip to content

SNS - Software-Only Tests - #83

Open
ishmis wants to merge 1 commit into
masterfrom
sns-software-tests
Open

SNS - Software-Only Tests#83
ishmis wants to merge 1 commit into
masterfrom
sns-software-tests

Conversation

@ishmis

@ishmis ishmis commented Feb 4, 2023

Copy link
Copy Markdown
Contributor
  • 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
Comment thread lib/utils/dummy_i2c.hpp
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
Copy Markdown
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