COSA
An Object-Oriented Platform for Arduino Programming
|
Go to the source code of this file.
Classes | |
class | Board |
Macros | |
#define | BOARD_ATTINYX4 |
#define | BOARD_ATTINY |
#define | ANALOG_COMP_vect ANA_COMP_vect |
#define | TIMER0_OVF_vect TIM0_OVF_vect |
#define | TIMER0_COMPA_vect TIM0_COMPA_vect |
#define | TIMER0_COMPB_vect TIM0_COMPB_vect |
#define | TIMER1_OVF_vect TIM1_OVF_vect |
#define | TIMER1_COMPA_vect TIM1_COMPA_vect |
#define | TIMER1_COMPB_vect TIM1_COMPB_vect |
Functions | |
void | ADC_vect (void) |
void | ANALOG_COMP_vect (void) |
void | INT0_vect (void) |
void | PCINT0_vect (void) |
void | PCINT1_vect (void) |
void | TIMER0_COMPA_vect (void) |
void | TIMER0_COMPB_vect (void) |
void | TIMER0_OVF_vect (void) |
void | TIMER1_COMPA_vect (void) |
void | TIMER1_COMPB_vect (void) |
void | TIMER1_OVF_vect (void) |
void | TIMER1_CAPT_vect (void) |
void | WDT_vect (void) |
void | USI_START_vect (void) |
void | USI_OVF_vect (void) |
Copyright (C) 2013-2015, Mikael Patel
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
This file is part of the Arduino Che Cosa project.
Definition in file ATtinyX4.hh.
#define ANALOG_COMP_vect ANA_COMP_vect |
Redefinition of symbols to allow generic code.
Definition at line 233 of file ATtinyX4.hh.
#define BOARD_ATTINY |
Definition at line 26 of file ATtinyX4.hh.
#define BOARD_ATTINYX4 |
Definition at line 25 of file ATtinyX4.hh.
#define TIMER0_COMPA_vect TIM0_COMPA_vect |
Definition at line 235 of file ATtinyX4.hh.
#define TIMER0_COMPB_vect TIM0_COMPB_vect |
Definition at line 236 of file ATtinyX4.hh.
#define TIMER0_OVF_vect TIM0_OVF_vect |
Definition at line 234 of file ATtinyX4.hh.
#define TIMER1_COMPA_vect TIM1_COMPA_vect |
Definition at line 238 of file ATtinyX4.hh.
#define TIMER1_COMPB_vect TIM1_COMPB_vect |
Definition at line 239 of file ATtinyX4.hh.
#define TIMER1_OVF_vect TIM1_OVF_vect |
Definition at line 237 of file ATtinyX4.hh.
void ADC_vect | ( | void | ) |
Forward declare interrupt service routines to allow them as friends.
void ANALOG_COMP_vect | ( | void | ) |
Interrupt Service Routine
void INT0_vect | ( | void | ) |
void PCINT0_vect | ( | void | ) |
void PCINT1_vect | ( | void | ) |
void TIMER0_COMPA_vect | ( | void | ) |
void TIMER0_COMPB_vect | ( | void | ) |
void TIMER0_OVF_vect | ( | void | ) |
void TIMER1_CAPT_vect | ( | void | ) |
void TIMER1_COMPA_vect | ( | void | ) |
Interrupt Service Routines.
void TIMER1_COMPB_vect | ( | void | ) |
void TIMER1_OVF_vect | ( | void | ) |
void USI_OVF_vect | ( | void | ) |
void USI_START_vect | ( | void | ) |
void WDT_vect | ( | void | ) |
Interrupt Service Routine.