Small fixes + add ability to un/export pins from pin_test
[matches/MCTX3420.git] / server / bbb_pin_defines.c
index df5b5c0..23e03c5 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au