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:
@@ -27,6 +27,7 @@
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
#include "defaults.h"
|
||||
#include "pin_map.h"
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
||||
Reference in New Issue
Block a user