Shrink gpio<>iomux maps
This commit is contained in:
parent
46499c0f26
commit
d848620975
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
#include "esp/iomux.h"
|
||||
#include "common_macros.h"
|
||||
|
||||
const static IRAM_DATA uint32_t IOMUX_TO_GPIO[] = { 12, 13, 14, 15, 3, 1, 6, 7, 8, 9, 10, 11, 0, 2, 4, 5 };
|
||||
const static IRAM_DATA uint32_t GPIO_TO_IOMUX[] = { 12, 5, 13, 4, 14, 15, 6, 7, 8, 9, 10, 11, 0, 1, 2, 3 };
|
||||
const static IRAM_DATA uint8_t IOMUX_TO_GPIO[] = { 12, 13, 14, 15, 3, 1, 6, 7, 8, 9, 10, 11, 0, 2, 4, 5 };
|
||||
const static IRAM_DATA uint8_t GPIO_TO_IOMUX[] = { 12, 5, 13, 4, 14, 15, 6, 7, 8, 9, 10, 11, 0, 1, 2, 3 };
|
||||
|
||||
uint8_t IRAM gpio_to_iomux(const uint8_t gpio_number)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue