Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Tags: CreatingNull/UOS-Arduino

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
CreatingNull Steve Richardson
Release 0.7.0

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
CreatingNull Steve Richardson
Release 0.6.0

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
CreatingNull Steve Richardson
Release 0.5.0

0.4.0

Toggle 0.4.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Version: 0.4.0, Release Date: 18-January-2021

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding latest tag info

0.2.0

Toggle 0.2.0's commit message
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.

0.1.0

Toggle 0.1.0's commit message
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>

0.0.1

Toggle 0.0.1's commit message
Refactored the OS source into separate files to make development navi…

…gation easier.

Added in the hex deployment files.

Signed-off-by: steve.richardson <steve.richardson@nulltek.xyz>