Skip to content

Commit 9d852b8

Browse files
committed
Cleanup documentation.
1 parent 62274a2 commit 9d852b8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Cosa is an object-oriented platform for Arduino. It replaces the Arduino
55
and Wiring library with a large set of integrated classes that support
66
the full range of AVR/ATmega/ATtiny internal hardware modules; all pin
77
modes, Digital, and Analog Pins, External and Pin Change Interrupts,
8-
Analog Comparator, PWM, Watchdog, Timer0 (RTC), Timer1
8+
Analog Comparator, PWM, Watchdog, Timer0/Timer2 (RTT), Timer1
99
(Servo/Tone/VWI), Input Capture, UART, USI, SPI, TWI and EEPROM. Cosa
1010
supports several programming paradigms including Multi-Tasking, Event
1111
Driven Programming and UML Capsules/Actors. Cosa contains over 200

mainpage.dox

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cosa is an object-oriented platform for Arduino. It replaces the Arduino
44
and Wiring library with a large set of integrated classes that support
55
the full range of AVR/ATmega/ATtiny internal hardware modules; all pin
66
modes, Digital, and Analog Pins, External and Pin Change Interrupts,
7-
Analog Comparator, PWM, Watchdog, Timer0 (RTC), Timer1 (Servo/Tone),
7+
Analog Comparator, PWM, Watchdog, Timer0/Timer2 (RTT), Timer1 (Servo/Tone),
88
UART, USI, SPI, TWI and EEPROM.
99

1010
Cosa is implemented as an Arduino IDE core. The Cosa platform can be
@@ -289,8 +289,8 @@ Template class for ring-buffer for queueing data elements.
289289
@section Resource
290290
Abstract Resource Handler; secure acquire and release of resources.
291291

292-
@section RTC
293-
Timer-based Real-Time Clock (micro/milli-second).
292+
@section RTT
293+
Real-Time Timer (micro/milli-second).
294294

295295
@section Serial
296296
Abstract Serial IOStream device class.
@@ -310,9 +310,6 @@ String handling class.
310310
@section Time
311311
Common date/time structure for real-time clocks.
312312

313-
@section Timer
314-
RTC interrupt timer handler.
315-
316313
@section Tone
317314
Tone/Note generator.
318315

0 commit comments

Comments
 (0)