MOVED - StaticPrint/ to SPrint/

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@8 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
mlalondesvn 17 years ago
parent 1d1f320cd8
commit aef86bead9

@ -13,5 +13,5 @@ Libraries
DS1337: I2C Real time clock from Maxim IC
DS1624: I2C Temperature sensor from Maxim IC
DS1803: I2C Dual digital potentiometer from Maxim IC
staticPrint: Helps in printing strings stored in the program space to the serial port
SPrint: Helps in printing strings stored in the program space to the serial port
twiLCD: Driver for 4-bit HD44780 LCDs driven by a PCF8574 I2C I/O expander

@ -15,7 +15,7 @@ extern "C" {
#include <HardwareSerial.h>
}
#include "staticPrint/staticPrint.h"
#include "SPrint/staticPrint.h"
#ifndef BV
#define BV(bit) (1<<(bit))

Loading…
Cancel
Save