|
| ExtendedIOElement & | getIOElementOfPin (pin_t pin) |
| | Find the IO element of a given extended IO pin number. More...
|
| |
| void | pinMode (pin_t pin, uint8_t mode) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | pinMode (int pin, uint8_t mode) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | digitalWrite (pin_t pin, uint8_t val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | digitalWrite (int pin, uint8_t val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| int | digitalRead (pin_t pin) |
| | An ExtIO version of the Arduino function. More...
|
| |
| int | digitalRead (int pin) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | shiftOut (pin_t dataPin, pin_t clockPin, uint8_t bitOrder, uint8_t val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | shiftOut (int dataPin, int clockPin, uint8_t bitOrder, uint8_t val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| analog_t | analogRead (pin_t pin) |
| | An ExtIO version of the Arduino function. More...
|
| |
| analog_t | analogRead (int pin) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | analogWrite (pin_t pin, analog_t val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | analogWrite (int pin, analog_t val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | analogWrite (int pin, int val) |
| | An ExtIO version of the Arduino function. More...
|
| |
| void | analogWrite (pin_t pin, int val) |
| | An ExtIO version of the Arduino function. More...
|
| |