aboutsummaryrefslogtreecommitdiff
path: root/arduino/ace_old/debug.h
blob: d10d85bef67fe820b2e533ff5c27d9b2ae532e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef MY_DEBUG_H
#define MY_DEBUG_H

// include the library code:
#include <Arduino.h>
#include <LiquidCrystal.h>


#endif