Processor-independent pin mapping feature.
- Cleaned up and organized pin mapping concept by @elmom. - pin_map.h allows for user-supplied pin mapping and port vector definitions in a centralized file. With more processor types, more definitions could be added.
This commit is contained in:
parent
b2a69c02cf
commit
e24e67ffe2
6 changed files with 192 additions and 165 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include "defaults.h"
|
||||
#include "pin_map.h"
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue