sparkfun / OpenLog_Artemis

The OpenLog Artemis is an open source datalogger the comes preprogrammed to automatically log IMU, GPS, serial data, and various pressure, humidity, and distance sensors. All without writing a single line of code!
https://www.sparkfun.com/products/15846
Other
88 stars 47 forks source link

INA3221 voltage monitor, ADC MAX11615, GPI/O MCP23017 support #169

Closed nstran129 closed 1 year ago

nstran129 commented 1 year ago

Adding support for OLA to read values from 3 new sensors:

  1. INA3221: readings of voltage and current on 3 channels
  2. ADC MAX11615: readings of digital on all ports
  3. MCP23017: reading all values on PORTA and PORTB Drivers for 3 sensor are the followings: https://github.com/nstran129/INA3221 https://github.com/nstran129/arduino-mcp23017/tree/OLA_support https://github.com/nstran129/MAX11615/tree/OLA_support
PaulZC commented 1 year ago

Hello @nstran129 ,

Thank you for submitting this pull request.

I can not merge it as: I have no hardware to test your code on; and the libraries are forks of other people's work.

You are free to maintain your own fork of the OLA firmware if you wish.

Best wishes, Paul