This refactoring creates a base class Adafruit_INA2xx that contains all common functionality shared between the INA228, INA237, and INA238 chips. The INA228 class now inherits from this base class, and we've added new classes for INA237 and INA238 support. - Created Adafruit_INA2xx base class with common functionality - Updated Adafruit_INA228 to inherit from the base class - Added Adafruit_INA237 implementation with INA237-specific code - Added Adafruit_INA238 implementation that inherits from INA237 - Added example sketches for INA237 and INA238 - Updated .gitignore to exclude backup and temporary files - Added backward compatibility macros and typedefs
8 lines
No EOL
78 B
Text
8 lines
No EOL
78 B
Text
html/
|
|
Doxyfile
|
|
.vscode/
|
|
.pio/
|
|
**/.claude/settings.local.json
|
|
*.bak
|
|
*.txt
|
|
*.pdf |