Skip to content

jumangee/arduino-nano-taskman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processy Framework

Arduino nano task manager firmware designed in object-oriented way.

Project page at Hackaday.io

Requirements

Important!

Build script tasks:

  1. grunt task "grunt-h2cpp-parser" parses source files and copies them to "firmware" folder
  2. arduino-cli used to compile firmware.ino and tries to upload binary to COM5

build setting defined in "Gruntfile.js"

Features

  • Message-driven communication

  • Low coupling

  • Tiny size footprint

  • Resource allocation monitor, example:

      21:02:46.508 -> ----- PROC SUMMARY (for 10000ms) -----
      21:02:46.541 -> 101: 0ms (0%)
      21:02:46.541 -> 301: 4ms (0%)
      21:02:46.574 -> 223: 0ms (0%)
      21:02:46.574 -> 302: 10ms (0%)
      21:02:46.608 -> MEM FREE:900
      21:02:46.608 -> --------------------------------------
    
  • Beautiful code :)

Projects, using this framework

About

Arduino nano task manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published