#include <ion/keyboard.h>
#include <ion.h>
#include "regs/regs.h"
Go to the source code of this file.
|
constexpr GPIO | Ion::Keyboard::Device::RowGPIO = GPIOE |
|
constexpr uint8_t | Ion::Keyboard::Device::numberOfRows = 9 |
|
constexpr uint8_t | Ion::Keyboard::Device::RowPins [numberOfRows] = {0, 1, 2, 3, 4, 5, 6, 7, 8} |
|
constexpr GPIO | Ion::Keyboard::Device::ColumnGPIO = GPIOC |
|
constexpr uint8_t | Ion::Keyboard::Device::numberOfColumns = 6 |
|
constexpr uint8_t | Ion::Keyboard::Device::ColumnPins [numberOfColumns] = {0, 1, 2, 3, 4, 5} |
|