Skip to content

Sample Code Release

Pre-release
Pre-release

Choose a tag to compare

@misosir00177 misosir00177 released this 16 Oct 03:47
cf70a87

This sample code will count and increase numbers every 2 seconds.
It only uses millis() function and some condition, so basically it will not interrupt whole Arduino in Hardware and Software.

Little To-Do to confirm:

  • Verify this custom function will not interrupt other Hardware and Software process.