Skip to content

Commit

Permalink
Updated liquidCrystal code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon committed May 20, 2011
1 parent fcf7838 commit 8e40eb2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 72 deletions.
5 changes: 5 additions & 0 deletions hardware/pic32/libraries/LiquidCrystal/LiquidCrystal.h
@@ -1,6 +1,11 @@
#ifndef LiquidCrystal_h
#define LiquidCrystal_h

#ifndef WProgram_h
#include "WProgram.h"
#endif


#include <inttypes.h>
#include "Print.h"

Expand Down
71 changes: 0 additions & 71 deletions hardware/pic32/libraries/LiquidCrystal/Print.h

This file was deleted.

Expand Up @@ -36,6 +36,8 @@
*/

#include "WProgram.h"

// include the library code:
#include <LiquidCrystal.h>

Expand Down
4 changes: 3 additions & 1 deletion hardware/pic32/libraries/Servo/Servo.cpp
Expand Up @@ -42,7 +42,9 @@
*/

#include <avr/interrupt.h>
#if defined(__AVR__)
#include <avr/interrupt.h>
#endif
#include <WProgram.h>

#include "Servo.h"
Expand Down
4 changes: 4 additions & 0 deletions hardware/pic32/libraries/Servo/Servo.h
Expand Up @@ -45,6 +45,10 @@
#ifndef Servo_h
#define Servo_h

#ifndef WProgram_h
#include "WProgram.h"
#endif

#include <inttypes.h>

/*
Expand Down

0 comments on commit 8e40eb2

Please sign in to comment.