X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fbbb_pin_defines.c;h=23e03c5b84c9ebe26df863d22dfd42259f0c0b5f;hb=fad090011872a0dfe1431db94ecc66c3f9bee502;hp=df5b5c0409826cd62cbd55daead3de224bd5cf97;hpb=e5a93abad7700d26b8d7363103593491a3f0a212;p=matches%2FMCTX3420.git diff --git a/server/bbb_pin_defines.c b/server/bbb_pin_defines.c index df5b5c0..23e03c5 100644 --- a/server/bbb_pin_defines.c +++ b/server/bbb_pin_defines.c @@ -1,5 +1,7 @@ #include "bbb_pin_defines.h" +/* Luts and stuff. Yay magic numbers **/ + /** * A lookup table from the actual pin number to GPIO number. * e.g P8_13 is g_pin_real_to_gpio[0*46+13] = g_pin_real_to_gpio[13] @@ -50,4 +52,4 @@ const unsigned char g_pin_index_to_gpio[GPIO_NUM_PINS] = { */ const unsigned char g_pin_safe_pwm[PWM_NUM_SAFE_PINS] = { 0, 2, 4, 6, 7 -}; \ No newline at end of file +}; //blergh \ No newline at end of file