# HG changeset patch # User Giulio Moro # Date 1430155624 -3600 # Node ID 85e8b08a7471ee75a27b7bb1a8f645080582f12a # Parent 670be80463a39c118a95b29361bc2c558bfc3589 - added example project matrix_gpio_demo - added defines for GPIO_HIGH and GPIO_LOW diff -r 670be80463a3 -r 85e8b08a7471 include/matrix_gpio_mapping.h --- a/include/matrix_gpio_mapping.h Mon Apr 27 13:01:57 2015 +0100 +++ b/include/matrix_gpio_mapping.h Mon Apr 27 18:27:04 2015 +0100 @@ -8,7 +8,8 @@ //which might lead to unexpected results in case someone uses those in place of these or viceversa #define GPIO_INPUT 1 #define GPIO_OUTPUT 0 - +#define GPIO_HIGH 1 +#define GPIO_LOW 0 //mapping GPIO numbers to header pins //if you want to use different pins/ordering, define here new pins. The ordering here is NOT binding #define P8_07_GPIO_NO 66