Battery-Emulator/Software/src/lib/smaresca-SimpleISA
2024-05-30 19:45:44 -04:00
..
DOCUMENTATION Add SimpleISA library for use in measuring current/voltage, lightly modified from source material to support ESP32-Arduino-CAN 2024-05-14 05:14:58 -04:00
examples/ISAScaleTest Add SimpleISA library for use in measuring current/voltage, lightly modified from source material to support ESP32-Arduino-CAN 2024-05-14 05:14:58 -04:00
README.md Add SimpleISA library for use in measuring current/voltage, lightly modified from source material to support ESP32-Arduino-CAN 2024-05-14 05:14:58 -04:00
SimpleISA.cpp Add SimpleISA library for use in measuring current/voltage, lightly modified from source material to support ESP32-Arduino-CAN 2024-05-14 05:14:58 -04:00
SimpleISA.h ISA IVT-S vs IVT-MOD pinout note for posterity 2024-05-30 19:45:44 -04:00

SimpleISA

Simple library for IVT shunts. Based on the EVTV library of 2016, revised for use with CHAdeMO. Originally intended to integrate with Arduino Due. Adapted for ESP32 and ESP32-Arduino-CAN for use in the Battery-Emulator project https://github.com/dalathegreat/Battery-Emulator hosted at https://github.com/smaresca/SimpleISA-ESP32-Arduino-CAN

Derived from https://github.com/isaac96/simpleISA/ and https://github.com/damienmaguire/SimpleISA/