COSA
An Object-Oriented Platform for Arduino Programming
|
Go to the source code of this file.
Classes | |
class | Board |
Macros | |
#define | BOARD_ATMEG1280 |
#define | USART_UDRE_vect USART0_UDRE_vect |
#define | USART_RX_vect USART0_RX_vect |
#define | USART_TX_vect USART0_TX_vect |
Functions | |
void | ADC_vect (void) |
void | ANALOG_COMP_vect (void) |
void | INT0_vect (void) |
void | INT1_vect (void) |
void | INT2_vect (void) |
void | INT3_vect (void) |
void | INT4_vect (void) |
void | INT5_vect (void) |
void | INT6_vect (void) |
void | INT7_vect (void) |
void | PCINT0_vect (void) |
void | PCINT1_vect (void) |
void | PCINT2_vect (void) |
void | SPI_STC_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_COMPC_vect (void) |
void | TIMER1_OVF_vect (void) |
void | TIMER1_CAPT_vect (void) |
void | TIMER2_COMPA_vect (void) |
void | TIMER2_COMPB_vect (void) |
void | TIMER2_OVF_vect (void) |
void | TWI_vect (void) |
void | WDT_vect (void) |
void | USART_UDRE_vect (void) |
void | USART_RX_vect (void) |
void | USART_TX_vect (void) |
void | USART1_UDRE_vect (void) |
void | USART1_RX_vect (void) |
void | USART1_TX_vect (void) |
void | USART2_UDRE_vect (void) |
void | USART2_RX_vect (void) |
void | USART2_TX_vect (void) |
void | USART3_UDRE_vect (void) |
void | USART3_RX_vect (void) |
void | USART3_TX_vect (void) |
Copyright (C) 2012-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 Mega.hh.
#define USART_UDRE_vect USART0_UDRE_vect |
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 INT1_vect | ( | void | ) |
void INT2_vect | ( | void | ) |
void INT3_vect | ( | void | ) |
void INT4_vect | ( | void | ) |
void INT5_vect | ( | void | ) |
void INT6_vect | ( | void | ) |
void INT7_vect | ( | void | ) |
void PCINT0_vect | ( | void | ) |
void PCINT1_vect | ( | void | ) |
void PCINT2_vect | ( | void | ) |
void SPI_STC_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_COMPC_vect | ( | void | ) |
void TIMER1_OVF_vect | ( | void | ) |
void TIMER2_COMPA_vect | ( | void | ) |
void TIMER2_COMPB_vect | ( | void | ) |
void TIMER2_OVF_vect | ( | void | ) |
void TWI_vect | ( | void | ) |
Interrupt Sevice Routine.
void USART1_RX_vect | ( | void | ) |
void USART1_TX_vect | ( | void | ) |
void USART1_UDRE_vect | ( | void | ) |
void USART2_RX_vect | ( | void | ) |
void USART2_TX_vect | ( | void | ) |
void USART2_UDRE_vect | ( | void | ) |
void USART3_RX_vect | ( | void | ) |
void USART3_TX_vect | ( | void | ) |
void USART3_UDRE_vect | ( | void | ) |
void USART_RX_vect | ( | void | ) |
void USART_TX_vect | ( | void | ) |
void USART_UDRE_vect | ( | void | ) |
void WDT_vect | ( | void | ) |
Interrupt Service Routine.