Simon (community library)

Summary

Name Value
Name Simon
Version 0.1.0
Installs 858
License CC0 1.0 Universal
Author Julien Couvreur julien.couvreur@gmail.com
URL https://github.com/dumky/simon
Repository https://github.com/dumky/simon.git
Download .tar.gz

Simon game for Particle Photon with 'Internet Button' shield. More details at https://particle.hackster.io/Dumky/particle-photon-simon

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

Simon

Simon game for Particle Photon with "Internet Button" shield.

To use this in your Internet Button project, here is the code to use in the Particle IDE. You will need to include the "InternetButton" and "Simon" libraries.

#include "InternetButton/InternetButton.h"
#include "Simon/Simon.h"

Simon s = Simon();

void setup() {
s.setup();
}

void loop() {
s.loop();
}

More information at https://particle.hackster.io/Dumky/particle-photon-simon

Browse Library Files