pinout for TARGET_KL05Z

This commit is contained in:
prenticedavid
2018-12-14 00:14:33 +00:00
parent 721459a264
commit e86d7efb48

View File

@@ -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