mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 19:47:16 -05:00
Add missing includes to compile
This commit is contained in:
parent
9fb4efc5ac
commit
755b2214f9
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user