Add missing includes to compile

This commit is contained in:
Reed Nightingale 2020-01-19 22:53:00 -08:00
parent 9fb4efc5ac
commit 755b2214f9

View File

@ -1,3 +1,9 @@
#include <Arduino.h>
#include <stdint.h>
#include "ubitx.h"//Pin definitions
/*
* SmittyHalibut's encoder handling, using interrupts. Should be quicker, smoother handling.
*/