From 64cd61e5c9d01648ca394623b18904c64f393916 Mon Sep 17 00:00:00 2001 From: Markus Klink Date: Mon, 26 Sep 2011 15:18:34 +0200 Subject: [PATCH] added new line characters to each file to avoid compiler warnings on Mac OS X --- Servo8Bit.cpp | 2 +- Servo8Bit.h | 2 +- example.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Servo8Bit.cpp b/Servo8Bit.cpp index 1569ee0..b64e865 100644 --- a/Servo8Bit.cpp +++ b/Servo8Bit.cpp @@ -860,4 +860,4 @@ bool Servo8Bit::attached() long Servo8Bit::map(long x, long in_min, long in_max, long out_min, long out_max) { return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; -}//end map \ No newline at end of file +}//end map diff --git a/Servo8Bit.h b/Servo8Bit.h index 8a97918..d274761 100644 --- a/Servo8Bit.h +++ b/Servo8Bit.h @@ -78,4 +78,4 @@ class Servo8Bit long map(long x, long in_min, long in_max, long out_min, long out_max); }; -#endif \ No newline at end of file +#endif diff --git a/example.cpp b/example.cpp index 3db66dc..4041c00 100644 --- a/example.cpp +++ b/example.cpp @@ -106,4 +106,4 @@ void delay(uint16_t milliseconds) { delayMicroseconds(1000); } -}//end delay \ No newline at end of file +}//end delay