Skip to content

crteensy/Signals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Signals

Signal and Connection classes for use in embedded systems.

These classes provide a simple implementation of the observer pattern, i.e. it is possible to have an object emit a signal that is observed by other objects. The objects don't need to be aware of each other: you can, for example, put a signal into a GPS library and create a connection that sends position information to a user interface.

Originally intended for Teensy 3.x and 3.1 platforms, see http://pjrc.com/teensy/index.html, but these classes are pretty much platform independent.

About

Observer Pattern implementation for embedded systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages