mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
pinout for TARGET_KL05Z
This commit is contained in:
@@ -534,7 +534,7 @@
|
||||
#define PIN_INPUT(port, pin) (port)->PDDR &= ~(1u<<(pin))
|
||||
#define PIN_READ(port, pin) (port)->PDIR & (1u<<(pin))
|
||||
|
||||
#elif defined(MKL05Z4)
|
||||
#elif defined(MKL05Z4) || defined(TARGET_KL05Z)
|
||||
#include <MKL05Z4.h>
|
||||
#define D0_PORT PTB
|
||||
#define D0_PIN 2
|
||||
|
||||
Reference in New Issue
Block a user