Prusa MINI Firmware overview
|
#include <Gpio.h>
Static Public Member Functions | |
static bool | valid_pin (pin_type pin) |
static void | set (pin_type pin) |
static void | set (pin_type pin, uint16_t value) |
static uint16_t | get (pin_type pin) |
static void | clear (pin_type pin) |
static void | setMode (pin_type pin, uint8_t value) |
static uint8_t | getMode (pin_type pin) |
static void | setDir (pin_type pin, uint8_t value) |
static uint8_t | getDir (pin_type pin) |
static void | attachPeripheral (pin_type pin, Peripheral *per) |
static void | attachLogger (IOLogger *logger) |
Static Public Attributes | |
static const pin_type | pin_count = 255 |
static pin_data | pin_map [pin_count+1] |
|
static |
|
static |
|
static |