Master-only TwoWire class for LPC1768

This commit is contained in:
Thomas Moore
2017-11-09 21:46:26 -06:00
committed by Scott Lahteine
parent d5bf9e74c4
commit 6856eccc77
3 changed files with 275 additions and 26 deletions

View File

@ -37,6 +37,7 @@
#include "../module/temperature.h"
#include "../module/stepper.h"
#include "../gcode/parser.h"
#include "binary.h"
#include <Wire.h>