Skip to content

Commit 83bb5f5

Browse files
author
jysholar
committed
Rename CurieTimer to CurieTimerOne for JIRA-532
1 parent 3448d23 commit 83bb5f5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

libraries/CurieTimerOne/CurieTimer.cpp renamed to libraries/CurieTimerOne/CurieTimerOne.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
//***************************************************************
2222
//
23-
// Module: CurieTimer
23+
// Module: CurieTimerOne
2424
//
2525
//
2626
// Notes:
@@ -35,7 +35,7 @@
3535
//***************************************************************
3636

3737

38-
#include "CurieTimer.h"
38+
#include "CurieTimerOne.h"
3939
#include <conf.h>
4040

4141
CurieTimer CurieTimerOne;

libraries/CurieTimerOne/CurieTimer.h renamed to libraries/CurieTimerOne/CurieTimerOne.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
//***************************************************************
2323
//
24-
// File: CurieTimer.h
24+
// File: CurieTimerOne.h
2525
//
2626
// Description:
27-
// Class definitions for library CurieTimer.
27+
// Class definitions for library CurieTimerOne.
2828
//
2929
// Notes:
3030
//
@@ -38,8 +38,8 @@
3838
//***************************************************************
3939

4040

41-
#ifndef CurieTime_h
42-
#define CurieTime_h
41+
#ifndef CurieTimerOne_h
42+
#define CurieTimerOne_h
4343

4444
#include <Arduino.h>
4545
#include <aux_regs.h>
@@ -160,5 +160,5 @@ class CurieTimer
160160
extern CurieTimer CurieTimerOne;
161161

162162

163-
#endif // CurieTime_h
163+
#endif // CurieTimerOne_h
164164

libraries/CurieTimerOne/examples/CurieTimer1Interrupt/CurieTimer1Interrupt.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// intervals (speed).
77
//
88

9-
#include "CurieTimer.h"
9+
#include "CurieTimerOne.h"
1010

1111
// Uncomment the following statement to enable logging on serial port.
1212
// #define SERIAL_PORT_LOG_ENABLE 1

libraries/CurieTimerOne/examples/CurieTimer1PWM/CurieTimer1PWM.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "CurieTimer.h"
1+
#include "CurieTimerOne.h"
22

33
void setup() {
44
// Setup a PWM signal on pin 13, onboard LED, with a 25% duty cycle

0 commit comments

Comments
 (0)