Wrote miniblink.c for Blueboard-LPC1768-H, cleaned up gpio.h.

This commit is contained in:
Taylor Vesely
2012-03-22 07:59:55 -06:00
committed by Piotr Esden-Tempski
parent 968557dfbb
commit 9eb77c9fd7
2 changed files with 47 additions and 0 deletions

View File

@@ -68,3 +68,5 @@
#define GPIO2_CLR GPIO_CLR(GPIO2)
#define GPIO3_CLR GPIO_CLR(GPIO3)
#define GPIO4_CLR GPIO_CLR(GPIO4)
#endif