Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /*
  2. Name: espresso_test.ino
  3. Created: 3/15/2019 8:21:00 PM
  4. Author: dss
  5. */
  6.  
  7. #include <espresso.h>
  8.  
  9. void setup() {
  10. espresso_setup();
  11. }
  12. void loop() {
  13. espresso_loop();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement