MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
#include <avr/io.h>
Go to the source code of this file.
Defines | |
#define | MHV_ARDUINO_PIN_0 &DDRD, &PORTD, &PIND, 0, 16 |
#define | MHV_ARDUINO_PIN_1 &DDRD, &PORTD, &PIND, 1, 17 |
#define | MHV_ARDUINO_PIN_2 &DDRD, &PORTD, &PIND, 2, 18 |
#define | MHV_ARDUINO_PIN_3 &DDRD, &PORTD, &PIND, 3, 19 |
#define | MHV_ARDUINO_PIN_4 &DDRD, &PORTD, &PIND, 4, 20 |
#define | MHV_ARDUINO_PIN_5 &DDRD, &PORTD, &PIND, 5, 21 |
#define | MHV_ARDUINO_PIN_6 &DDRD, &PORTD, &PIND, 6, 22 |
#define | MHV_ARDUINO_PIN_7 &DDRD, &PORTD, &PIND, 7, 23 |
#define | MHV_ARDUINO_PIN_8 &DDRB, &PORTB, &PINB, 0, 0 |
#define | MHV_ARDUINO_PIN_9 &DDRB, &PORTB, &PINB, 1, 1 |
#define | MHV_ARDUINO_PIN_10 &DDRB, &PORTB, &PINB, 2, 2 |
#define | MHV_ARDUINO_PIN_11 &DDRB, &PORTB, &PINB, 3, 3 |
#define | MHV_ARDUINO_PIN_12 &DDRB, &PORTB, &PINB, 4, 4 |
#define | MHV_ARDUINO_PIN_13 &DDRB, &PORTB, &PINB, 5, 5 |
#define | MHV_ARDUINO_PIN_A0 &DDRC, &PORTC, &PINC, 0, 8 |
#define | MHV_ARDUINO_PIN_A1 &DDRC, &PORTC, &PINC, 1, 9 |
#define | MHV_ARDUINO_PIN_A2 &DDRC, &PORTC, &PINC, 2, 10 |
#define | MHV_ARDUINO_PIN_A3 &DDRC, &PORTC, &PINC, 3, 11 |
#define | MHV_ARDUINO_PIN_A4 &DDRC, &PORTC, &PINC, 4, 12 |
#define | MHV_ARDUINO_PIN_A5 &DDRC, &PORTC, &PINC, 5, 13 |
#define MHV_ARDUINO_PIN_0 &DDRD, &PORTD, &PIND, 0, 16 |
Definition at line 35 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_1 &DDRD, &PORTD, &PIND, 1, 17 |
Definition at line 36 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_10 &DDRB, &PORTB, &PINB, 2, 2 |
Definition at line 45 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_11 &DDRB, &PORTB, &PINB, 3, 3 |
Definition at line 46 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_12 &DDRB, &PORTB, &PINB, 4, 4 |
Definition at line 47 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_13 &DDRB, &PORTB, &PINB, 5, 5 |
Definition at line 48 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_2 &DDRD, &PORTD, &PIND, 2, 18 |
Definition at line 37 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_3 &DDRD, &PORTD, &PIND, 3, 19 |
Definition at line 38 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_4 &DDRD, &PORTD, &PIND, 4, 20 |
Definition at line 39 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_5 &DDRD, &PORTD, &PIND, 5, 21 |
Definition at line 40 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_6 &DDRD, &PORTD, &PIND, 6, 22 |
Definition at line 41 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_7 &DDRD, &PORTD, &PIND, 7, 23 |
Definition at line 42 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_8 &DDRB, &PORTB, &PINB, 0, 0 |
Definition at line 43 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_9 &DDRB, &PORTB, &PINB, 1, 1 |
Definition at line 44 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_A0 &DDRC, &PORTC, &PINC, 0, 8 |
Definition at line 49 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_A1 &DDRC, &PORTC, &PINC, 1, 9 |
Definition at line 50 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_A2 &DDRC, &PORTC, &PINC, 2, 10 |
Definition at line 51 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_A3 &DDRC, &PORTC, &PINC, 3, 11 |
Definition at line 52 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_A4 &DDRC, &PORTC, &PINC, 4, 12 |
Definition at line 53 of file MHV_io_ArduinoDiecimilla.h.
#define MHV_ARDUINO_PIN_A5 &DDRC, &PORTC, &PINC, 5, 13 |
Definition at line 54 of file MHV_io_ArduinoDiecimilla.h.