Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.04 KB

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