This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Tags: CreatingNull/UOS-Arduino
Tags
Version: 0.2.0 Note: >> Added a .gitignore to allow for the removal of build / temp files. >> Removed binary files, repo should just contain source until a better deployment pipeline is developed. >> Fixed a mistake where DIO volatile input should have been handled on the same address 64 instead of 65. >> Switched to MIT license for more permissive use.
Added digital IO Read, refactored code and fixed some bugs. *Note:* * Added a developer change log to allow for easy recording of changes as they are developed. * Added in support for digital IO reads. For syntax see documentation. * Completed the support for write IO to set input modes, for both pullup enabled and pullup disabled. * Refactored API code into its own .ino. * Refactored API handling for IO reading to use common packet return / handling functionality. * Refactored commands with response packets into a common daq function to reduce code duplication. * Fixed some bugs in the factory defaults and enabled all 12 digital IO and 8 analog IO pins. Signed-off-by: steve.richardson <steve.richardson@nulltek.xyz>