[HAL]Add support for ST7920 - Teensy 3.x (#10872)

This commit is contained in:
android444
2018-05-27 10:36:57 +02:00
committed by Scott Lahteine
parent 7b9f0302d4
commit 9c235ef821
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
#include "HAL.h"
#include "../Delay.h"
#include <Wire.h>