Skip to content

NetworkAndSoftware/JMVW

Repository files navigation

JMVW Arduino library bundle

A library bundle, expected to grow over time.

Table of contents

  1. Included classes
  2. Scheduler
  3. StdIO
  4. Documentation

Included classes

Scheduler

This is a cooperative multitasking scheduler that will allow you to write multiple loop functions, each with their own delays. This can greatly simplify writing code to do multiple things at once. On the ATMega328p it can intercept calls to the stock delay() function, so that even code that was not written to work with this library should play nice with it.

Example

StdIO

A class for standard io functionality. Provides printf method to print to the serial port.

Example

About

A library bundle for Arduino, expected to grow over time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages