Skip to content

Instantly share code, notes, and snippets.

@digital-synapse
Created March 17, 2019 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save digital-synapse/d1cc51d53efdbb080a40549de201928b to your computer and use it in GitHub Desktop.
Save digital-synapse/d1cc51d53efdbb080a40549de201928b to your computer and use it in GitHub Desktop.
test sketch for the espresso library
/*
Name: espresso_test.ino
Created: 3/15/2019 8:21:00 PM
Author: dss
*/
#include <espresso.h>
void setup() {
espresso_setup();
}
void loop() {
espresso_loop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment