From d580a337531c259b0c02f7a77e55be70256b62dd Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Sun, 29 Sep 2013 09:28:58 +1000 Subject: [PATCH] Rename all *.pde files to *.ino --- doc/blink-blink.dox | 6 +++--- doc/blink-charlieplex.dox | 10 +++++----- doc/blink-cylon.dox | 16 ++++++++-------- doc/blink-startrek.dox | 12 ++++++------ doc/dmd-demo.dox | 2 +- doc/dmd-running-figure.dox | 12 ++++++------ doc/ir-dumpir.dox | 2 +- doc/ir-snake.dox | 2 +- doc/lcd-form.dox | 10 +++++----- doc/lcd-helloworld.dox | 10 +++++----- libraries/BlinkLED/Charlieplex.cpp | 2 +- .../examples/Blink/{Blink.pde => Blink.ino} | 0 .../{Charlieplex.pde => Charlieplex.ino} | 0 ...CharlieplexChase.pde => CharlieplexChase.ino} | 0 .../examples/Cylon/{Cylon.pde => Cylon.ino} | 0 .../examples/Cylon2/{Cylon2.pde => Cylon2.ino} | 0 .../examples/Cylon3/{Cylon3.pde => Cylon3.ino} | 0 .../examples/Cylon4/{Cylon4.pde => Cylon4.ino} | 0 .../StarTrek/{StarTrek.pde => StarTrek.ino} | 0 .../StarTrek2/{StarTrek2.pde => StarTrek2.ino} | 0 .../DMD/examples/Demo/{Demo.pde => Demo.ino} | 0 .../{RunningFigure.pde => RunningFigure.ino} | 0 ...RunningFigureISR.pde => RunningFigureISR.ino} | 0 .../examples/DumpIR/{DumpIR.pde => DumpIR.ino} | 0 .../IR/examples/Snake/{Snake.pde => Snake.ino} | 0 .../LCD/examples/Form/{Form.pde => Form.ino} | 0 .../{HelloWorld.pde => HelloWorld.ino} | 0 .../PlayTone/{PlayTone.pde => PlayTone.ino} | 0 .../{AlarmClock.pde => AlarmClock.ino} | 0 .../DumpRTC/{DumpRTC.pde => DumpRTC.ino} | 0 .../TestRTC/{TestRTC.pde => TestRTC.ino} | 0 31 files changed, 42 insertions(+), 42 deletions(-) rename libraries/BlinkLED/examples/Blink/{Blink.pde => Blink.ino} (100%) rename libraries/BlinkLED/examples/Charlieplex/{Charlieplex.pde => Charlieplex.ino} (100%) rename libraries/BlinkLED/examples/CharlieplexChase/{CharlieplexChase.pde => CharlieplexChase.ino} (100%) rename libraries/BlinkLED/examples/Cylon/{Cylon.pde => Cylon.ino} (100%) rename libraries/BlinkLED/examples/Cylon2/{Cylon2.pde => Cylon2.ino} (100%) rename libraries/BlinkLED/examples/Cylon3/{Cylon3.pde => Cylon3.ino} (100%) rename libraries/BlinkLED/examples/Cylon4/{Cylon4.pde => Cylon4.ino} (100%) rename libraries/BlinkLED/examples/StarTrek/{StarTrek.pde => StarTrek.ino} (100%) rename libraries/BlinkLED/examples/StarTrek2/{StarTrek2.pde => StarTrek2.ino} (100%) rename libraries/DMD/examples/Demo/{Demo.pde => Demo.ino} (100%) rename libraries/DMD/examples/RunningFigure/{RunningFigure.pde => RunningFigure.ino} (100%) rename libraries/DMD/examples/RunningFigureISR/{RunningFigureISR.pde => RunningFigureISR.ino} (100%) rename libraries/IR/examples/DumpIR/{DumpIR.pde => DumpIR.ino} (100%) rename libraries/IR/examples/Snake/{Snake.pde => Snake.ino} (100%) rename libraries/LCD/examples/Form/{Form.pde => Form.ino} (100%) rename libraries/LCD/examples/HelloWorld/{HelloWorld.pde => HelloWorld.ino} (100%) rename libraries/Melody/examples/PlayTone/{PlayTone.pde => PlayTone.ino} (100%) rename libraries/RTC/examples/AlarmClock/{AlarmClock.pde => AlarmClock.ino} (100%) rename libraries/RTC/examples/DumpRTC/{DumpRTC.pde => DumpRTC.ino} (100%) rename libraries/RTC/examples/TestRTC/{TestRTC.pde => TestRTC.ino} (100%) diff --git a/doc/blink-blink.dox b/doc/blink-blink.dox index 5a435d62..028d900e 100644 --- a/doc/blink-blink.dox +++ b/doc/blink-blink.dox @@ -44,7 +44,7 @@ simple to use in any application and which won't block other activities. We start this example by including the BlinkLED class and instantiating an object instance: -\dontinclude BlinkLED/examples/Blink/Blink.pde +\dontinclude BlinkLED/examples/Blink/Blink.ino \skip #include \until statusBlink @@ -61,7 +61,7 @@ BlinkLED statusBlink(13, 70, 930, true); The remaining code we need is a call to BlinkLED::loop() every time around the main application loop: -\dontinclude BlinkLED/examples/Blink/Blink.pde +\dontinclude BlinkLED/examples/Blink/Blink.ino \skip loop() \until } @@ -76,5 +76,5 @@ specific value using BlinkLED::setState(). The full source code for the example follows: -\include BlinkLED/examples/Blink/Blink.pde +\include BlinkLED/examples/Blink/Blink.ino */ diff --git a/doc/blink-charlieplex.dox b/doc/blink-charlieplex.dox index a9afe489..47c64d21 100644 --- a/doc/blink-charlieplex.dox +++ b/doc/blink-charlieplex.dox @@ -39,7 +39,7 @@ how to connect up larger numbers of pins in a Charlieplexed arrangement. The first step is to initialize a Charlieplex object with the output pins it needs to drive: -\dontinclude BlinkLED/examples/Charlieplex/Charlieplex.pde +\dontinclude BlinkLED/examples/Charlieplex/Charlieplex.ino \skip #include \until charlie @@ -47,7 +47,7 @@ Then in setup() we use Charlieplex::setLed() and Charlieplex::setPwmLed() to set three of the six LED's to the desired output values: -\dontinclude BlinkLED/examples/Charlieplex/Charlieplex.pde +\dontinclude BlinkLED/examples/Charlieplex/Charlieplex.ino \skip setup \until } @@ -56,7 +56,7 @@ necessary to constantly scan the entire LED array, alternatively turning LED's on and off. The user's peristence of vision fills in the gaps. To do this, we call Charlieplex::loop(): -\dontinclude BlinkLED/examples/Charlieplex/Charlieplex.pde +\dontinclude BlinkLED/examples/Charlieplex/Charlieplex.ino \skip loop \until } @@ -69,9 +69,9 @@ cause it to exceed its maximum rating and burn out. The full source code for the example follows: -\include BlinkLED/examples/Charlieplex/Charlieplex.pde +\include BlinkLED/examples/Charlieplex/Charlieplex.ino A more complex example that performs a LED chase over the 6 LED's follows: -\include BlinkLED/examples/CharlieplexChase/CharlieplexChase.pde +\include BlinkLED/examples/CharlieplexChase/CharlieplexChase.ino */ diff --git a/doc/blink-cylon.dox b/doc/blink-cylon.dox index e3cefdf3..d1599812 100644 --- a/doc/blink-cylon.dox +++ b/doc/blink-cylon.dox @@ -32,13 +32,13 @@ six LED's in a back and forth motion, using the following schematic: We start by including the ChaseLEDs class: -\dontinclude BlinkLED/examples/Cylon/Cylon.pde +\dontinclude BlinkLED/examples/Cylon/Cylon.ino \skip ChaseLEDs.h \until ChaseLEDs.h The next step is to define the pins that the chase will run over: -\dontinclude BlinkLED/examples/Cylon/Cylon.pde +\dontinclude BlinkLED/examples/Cylon/Cylon.ino \skip byte pins \until cylonEyes @@ -47,7 +47,7 @@ with each LED lit for 100 milliseconds before moving onto the next one. To complete the example, we need to call ChaseLEDs::loop() each time around our main loop to cause the chase to run: -\dontinclude BlinkLED/examples/Cylon/Cylon.pde +\dontinclude BlinkLED/examples/Cylon/Cylon.ino \skip loop() \until } @@ -59,7 +59,7 @@ So far we are chasing only a single LED. We could change this to chase two adjacent LED's instead by defining a new \c CylonChase class that inherits from ChaseLEDs: -\dontinclude BlinkLED/examples/Cylon2/Cylon2.pde +\dontinclude BlinkLED/examples/Cylon2/Cylon2.ino \skip class CylonChase \until }; @@ -70,7 +70,7 @@ get the pin that is 2 steps back in the sequence, set it to LOW, and then set the previous pin (1 step back) and the next pin to HIGH. All that remains is to change our chase initialization to use the new class: -\dontinclude BlinkLED/examples/Cylon2/Cylon2.pde +\dontinclude BlinkLED/examples/Cylon2/Cylon2.ino \skip byte pins \until cylonEyes @@ -78,7 +78,7 @@ We can do even better than this. Instead of fully lighting both LED's, we could instead use the PWM outputs to dim the previous pin, creating a kind of "trailing flame" effect: -\dontinclude BlinkLED/examples/Cylon3/Cylon3.pde +\dontinclude BlinkLED/examples/Cylon3/Cylon3.ino \skip advance( \until } @@ -91,11 +91,11 @@ rate is to hook up a 10K potentiometer to the A0 analog input: We then modify the advance() method to read the new chase rate from the potentiometer each time the LED advances: -\dontinclude BlinkLED/examples/Cylon4/Cylon4.pde +\dontinclude BlinkLED/examples/Cylon4/Cylon4.ino \skip advance( \until } The full source code for the final version of the example follows: -\include BlinkLED/examples/Cylon4/Cylon4.pde +\include BlinkLED/examples/Cylon4/Cylon4.ino */ diff --git a/doc/blink-startrek.dox b/doc/blink-startrek.dox index 694dbdee..fb0dfb59 100644 --- a/doc/blink-startrek.dox +++ b/doc/blink-startrek.dox @@ -71,7 +71,7 @@ Now that we have a circuit, let's configure the red navigation LED on AOUT2 using the BlinkLED class, to blink with a period of 1000 milliseconds on, 1000 milliseconds off: -\dontinclude BlinkLED/examples/StarTrek/StarTrek.pde +\dontinclude BlinkLED/examples/StarTrek/StarTrek.ino \skip \until \skip NAV_LIGHTS @@ -84,7 +84,7 @@ using the BlinkLED class, to blink with a period of 1000 milliseconds on, We repeat the process for the strobe LED on AOUT3, with a period of 70 milliseconds on, and 830 milliseconds off: -\dontinclude BlinkLED/examples/StarTrek/StarTrek.pde +\dontinclude BlinkLED/examples/StarTrek/StarTrek.ino \skip STROBE_LIGHT \until STROBE_LIGHT \skip STROBE_LIGHT_ON @@ -112,14 +112,14 @@ outputs to create a trailing flame effect. See the \ref blink_cylon "Cylon" example for more information on creating custom effects with ChaseLEDs. -\dontinclude BlinkLED/examples/StarTrek/StarTrek.pde +\dontinclude BlinkLED/examples/StarTrek/StarTrek.ino \skip NACELLE_CHASE_LEN \until NacelleChaseLEDs nacelleChase We also need to add a call to ChaseLEDs::loop() to the application's main loop: -\dontinclude BlinkLED/examples/StarTrek/StarTrek.pde +\dontinclude BlinkLED/examples/StarTrek/StarTrek.ino \skip loop() \until } @@ -154,12 +154,12 @@ Other nacelle effects are possible by modifying the advance() method in the sketch. For example, the "opposite pairs" effect with 3 outputs can also be done with 6 outputs and the following modification to the sketch: -\dontinclude BlinkLED/examples/StarTrek2/StarTrek2.pde +\dontinclude BlinkLED/examples/StarTrek2/StarTrek2.ino \skip advance(byte \until } The full source code for the example, including the "opposite pairs" effect, follows: -\include BlinkLED/examples/StarTrek2/StarTrek2.pde +\include BlinkLED/examples/StarTrek2/StarTrek2.ino */ diff --git a/doc/dmd-demo.dox b/doc/dmd-demo.dox index c5e8b315..283fa151 100644 --- a/doc/dmd-demo.dox +++ b/doc/dmd-demo.dox @@ -38,5 +38,5 @@ drawing and animating bitmaps. The full source code for the demo follows: -\include DMD/examples/Demo/Demo.pde +\include DMD/examples/Demo/Demo.ino */ diff --git a/doc/dmd-running-figure.dox b/doc/dmd-running-figure.dox index 9207d519..e6e2fd51 100644 --- a/doc/dmd-running-figure.dox +++ b/doc/dmd-running-figure.dox @@ -32,7 +32,7 @@ available in red, blue, green, yellow, and white variations. The first step is to initialize the display: -\dontinclude DMD/examples/RunningFigure/RunningFigure.pde +\dontinclude DMD/examples/RunningFigure/RunningFigure.ino \skip #include \until DMD display; @@ -40,7 +40,7 @@ We will also need some bitmaps to animate the running figure. We will use static bitmaps stored in program memory. The first frame of the 10-frame animation is: -\dontinclude DMD/examples/RunningFigure/RunningFigure.pde +\dontinclude DMD/examples/RunningFigure/RunningFigure.ino \skip run1 \until }; @@ -52,13 +52,13 @@ are 18x16 and 13x16. We store pointers to all of the frames in a common array: -\dontinclude DMD/examples/RunningFigure/RunningFigure.pde +\dontinclude DMD/examples/RunningFigure/RunningFigure.ino \skip frames[] \until frame = 0 All that remains is to run the animation loop: -\dontinclude DMD/examples/RunningFigure/RunningFigure.pde +\dontinclude DMD/examples/RunningFigure/RunningFigure.ino \skip ADVANCE_MS \until display.loop() \until } @@ -73,7 +73,7 @@ Sometimes it can be inconvenient to arrange for DMD::loop() to be called regularly. An alternative is to use Timer1 or Timer2 and \ref dmd_interrupts "interrupt-driven display refresh": -\dontinclude DMD/examples/RunningFigureISR/RunningFigureISR.pde +\dontinclude DMD/examples/RunningFigureISR/RunningFigureISR.ino \skip ADVANCE_MS \until loop() \until } @@ -83,5 +83,5 @@ would be used in place of \c TIMER1_OVF_vect and \ref DMD::enableTimer1() "enabl The full source code for the example follows: -\include DMD/examples/RunningFigure/RunningFigure.pde +\include DMD/examples/RunningFigure/RunningFigure.ino */ diff --git a/doc/ir-dumpir.dox b/doc/ir-dumpir.dox index d6833ca9..93e1d62a 100644 --- a/doc/ir-dumpir.dox +++ b/doc/ir-dumpir.dox @@ -34,5 +34,5 @@ infrared receiver connected to D2, GND, and 5V: The full source code for the example follows: -\include IR/examples/DumpIR/DumpIR.pde +\include IR/examples/DumpIR/DumpIR.ino */ diff --git a/doc/ir-snake.dox b/doc/ir-snake.dox index 5cf9bc65..1f01e6ac 100644 --- a/doc/ir-snake.dox +++ b/doc/ir-snake.dox @@ -27,5 +27,5 @@ This example demonstrates the use of the DMD and IRreceiver classes. The full source code follows: -\include IR/examples/Snake/Snake.pde +\include IR/examples/Snake/Snake.ino */ diff --git a/doc/lcd-form.dox b/doc/lcd-form.dox index 144b5193..2aa5d6dc 100644 --- a/doc/lcd-form.dox +++ b/doc/lcd-form.dox @@ -37,14 +37,14 @@ buttons are used to modify the value of the currently-displayed field. We start by including the classes from the library that we will need: -\dontinclude LCD/examples/Form/Form.pde +\dontinclude LCD/examples/Form/Form.ino \skip LCD.h \until BoolField.h Next, we initialize the LCD display, create the main form, and populate it with fields: -\dontinclude LCD/examples/Form/Form.pde +\dontinclude LCD/examples/Form/Form.ino \skip lcd; \until lcd; \skip mainForm @@ -77,7 +77,7 @@ duration between 0 and 24 hours. Now that we have defined our form, we need to initialize the program and show the form for the first time: -\dontinclude LCD/examples/Form/Form.pde +\dontinclude LCD/examples/Form/Form.ino \skip STATUS_LED \until } @@ -89,7 +89,7 @@ All that remains is to define our application's \c loop function which retrieves button events from LCD::getButton() and dispatches them to the form: -\dontinclude LCD/examples/Form/Form.pde +\dontinclude LCD/examples/Form/Form.ino \skip loop() \until } \until } @@ -97,5 +97,5 @@ to the form: The full source code for the example follows: -\include LCD/examples/Form/Form.pde +\include LCD/examples/Form/Form.ino */ diff --git a/doc/lcd-helloworld.dox b/doc/lcd-helloworld.dox index c24b6e50..efc0d386 100644 --- a/doc/lcd-helloworld.dox +++ b/doc/lcd-helloworld.dox @@ -36,7 +36,7 @@ basic text output and to use the enhanced shield features. We start by including the library and initializing it: -\dontinclude LCD/examples/HelloWorld/HelloWorld.pde +\dontinclude LCD/examples/HelloWorld/HelloWorld.ino \skip LCD.h \until lcd @@ -53,7 +53,7 @@ LCD lcd(A1); The next step is to enable the screen saver and print some text in the \c setup function: -\dontinclude LCD/examples/HelloWorld/HelloWorld.pde +\dontinclude LCD/examples/HelloWorld/HelloWorld.ino \skip setup() \until } @@ -65,13 +65,13 @@ or calling LCD::display() will wake up the screen again. In the program's \c loop function we print the number of seconds since startup to the second line of the LCD display: -\dontinclude LCD/examples/HelloWorld/HelloWorld.pde +\dontinclude LCD/examples/HelloWorld/HelloWorld.ino \skip loop() \until millis() We then print the name of the button that is currently pressed: -\dontinclude LCD/examples/HelloWorld/HelloWorld.pde +\dontinclude LCD/examples/HelloWorld/HelloWorld.ino \skip setCursor(8, 1) \until } @@ -81,5 +81,5 @@ pressed or released this time through the loop. The full source code for the example follows: -\include LCD/examples/HelloWorld/HelloWorld.pde +\include LCD/examples/HelloWorld/HelloWorld.ino */ diff --git a/libraries/BlinkLED/Charlieplex.cpp b/libraries/BlinkLED/Charlieplex.cpp index 144c9d59..e7ae8000 100644 --- a/libraries/BlinkLED/Charlieplex.cpp +++ b/libraries/BlinkLED/Charlieplex.cpp @@ -56,7 +56,7 @@ * The following example drives 6 LED's connected to the output pins * D9, D10, and D11: * - * \dontinclude BlinkLED/examples/Charlieplex/Charlieplex.pde + * \dontinclude BlinkLED/examples/Charlieplex/Charlieplex.ino * \skip #include * \until charlie.loop * \until } diff --git a/libraries/BlinkLED/examples/Blink/Blink.pde b/libraries/BlinkLED/examples/Blink/Blink.ino similarity index 100% rename from libraries/BlinkLED/examples/Blink/Blink.pde rename to libraries/BlinkLED/examples/Blink/Blink.ino diff --git a/libraries/BlinkLED/examples/Charlieplex/Charlieplex.pde b/libraries/BlinkLED/examples/Charlieplex/Charlieplex.ino similarity index 100% rename from libraries/BlinkLED/examples/Charlieplex/Charlieplex.pde rename to libraries/BlinkLED/examples/Charlieplex/Charlieplex.ino diff --git a/libraries/BlinkLED/examples/CharlieplexChase/CharlieplexChase.pde b/libraries/BlinkLED/examples/CharlieplexChase/CharlieplexChase.ino similarity index 100% rename from libraries/BlinkLED/examples/CharlieplexChase/CharlieplexChase.pde rename to libraries/BlinkLED/examples/CharlieplexChase/CharlieplexChase.ino diff --git a/libraries/BlinkLED/examples/Cylon/Cylon.pde b/libraries/BlinkLED/examples/Cylon/Cylon.ino similarity index 100% rename from libraries/BlinkLED/examples/Cylon/Cylon.pde rename to libraries/BlinkLED/examples/Cylon/Cylon.ino diff --git a/libraries/BlinkLED/examples/Cylon2/Cylon2.pde b/libraries/BlinkLED/examples/Cylon2/Cylon2.ino similarity index 100% rename from libraries/BlinkLED/examples/Cylon2/Cylon2.pde rename to libraries/BlinkLED/examples/Cylon2/Cylon2.ino diff --git a/libraries/BlinkLED/examples/Cylon3/Cylon3.pde b/libraries/BlinkLED/examples/Cylon3/Cylon3.ino similarity index 100% rename from libraries/BlinkLED/examples/Cylon3/Cylon3.pde rename to libraries/BlinkLED/examples/Cylon3/Cylon3.ino diff --git a/libraries/BlinkLED/examples/Cylon4/Cylon4.pde b/libraries/BlinkLED/examples/Cylon4/Cylon4.ino similarity index 100% rename from libraries/BlinkLED/examples/Cylon4/Cylon4.pde rename to libraries/BlinkLED/examples/Cylon4/Cylon4.ino diff --git a/libraries/BlinkLED/examples/StarTrek/StarTrek.pde b/libraries/BlinkLED/examples/StarTrek/StarTrek.ino similarity index 100% rename from libraries/BlinkLED/examples/StarTrek/StarTrek.pde rename to libraries/BlinkLED/examples/StarTrek/StarTrek.ino diff --git a/libraries/BlinkLED/examples/StarTrek2/StarTrek2.pde b/libraries/BlinkLED/examples/StarTrek2/StarTrek2.ino similarity index 100% rename from libraries/BlinkLED/examples/StarTrek2/StarTrek2.pde rename to libraries/BlinkLED/examples/StarTrek2/StarTrek2.ino diff --git a/libraries/DMD/examples/Demo/Demo.pde b/libraries/DMD/examples/Demo/Demo.ino similarity index 100% rename from libraries/DMD/examples/Demo/Demo.pde rename to libraries/DMD/examples/Demo/Demo.ino diff --git a/libraries/DMD/examples/RunningFigure/RunningFigure.pde b/libraries/DMD/examples/RunningFigure/RunningFigure.ino similarity index 100% rename from libraries/DMD/examples/RunningFigure/RunningFigure.pde rename to libraries/DMD/examples/RunningFigure/RunningFigure.ino diff --git a/libraries/DMD/examples/RunningFigureISR/RunningFigureISR.pde b/libraries/DMD/examples/RunningFigureISR/RunningFigureISR.ino similarity index 100% rename from libraries/DMD/examples/RunningFigureISR/RunningFigureISR.pde rename to libraries/DMD/examples/RunningFigureISR/RunningFigureISR.ino diff --git a/libraries/IR/examples/DumpIR/DumpIR.pde b/libraries/IR/examples/DumpIR/DumpIR.ino similarity index 100% rename from libraries/IR/examples/DumpIR/DumpIR.pde rename to libraries/IR/examples/DumpIR/DumpIR.ino diff --git a/libraries/IR/examples/Snake/Snake.pde b/libraries/IR/examples/Snake/Snake.ino similarity index 100% rename from libraries/IR/examples/Snake/Snake.pde rename to libraries/IR/examples/Snake/Snake.ino diff --git a/libraries/LCD/examples/Form/Form.pde b/libraries/LCD/examples/Form/Form.ino similarity index 100% rename from libraries/LCD/examples/Form/Form.pde rename to libraries/LCD/examples/Form/Form.ino diff --git a/libraries/LCD/examples/HelloWorld/HelloWorld.pde b/libraries/LCD/examples/HelloWorld/HelloWorld.ino similarity index 100% rename from libraries/LCD/examples/HelloWorld/HelloWorld.pde rename to libraries/LCD/examples/HelloWorld/HelloWorld.ino diff --git a/libraries/Melody/examples/PlayTone/PlayTone.pde b/libraries/Melody/examples/PlayTone/PlayTone.ino similarity index 100% rename from libraries/Melody/examples/PlayTone/PlayTone.pde rename to libraries/Melody/examples/PlayTone/PlayTone.ino diff --git a/libraries/RTC/examples/AlarmClock/AlarmClock.pde b/libraries/RTC/examples/AlarmClock/AlarmClock.ino similarity index 100% rename from libraries/RTC/examples/AlarmClock/AlarmClock.pde rename to libraries/RTC/examples/AlarmClock/AlarmClock.ino diff --git a/libraries/RTC/examples/DumpRTC/DumpRTC.pde b/libraries/RTC/examples/DumpRTC/DumpRTC.ino similarity index 100% rename from libraries/RTC/examples/DumpRTC/DumpRTC.pde rename to libraries/RTC/examples/DumpRTC/DumpRTC.ino diff --git a/libraries/RTC/examples/TestRTC/TestRTC.pde b/libraries/RTC/examples/TestRTC/TestRTC.ino similarity index 100% rename from libraries/RTC/examples/TestRTC/TestRTC.pde rename to libraries/RTC/examples/TestRTC/TestRTC.ino