Home | History | Annotate | Download | only in docs
      1 Galileo Gen 1 - Rev D                            {#galileorevd}
      2 =====================
      3 
      4 Galileo is a microcontroller board based on the Intel(R) Quark(TM) SoC X1000
      5 Application Processor, a 32-bit Intel Pentium-class system on a chip.
      6 
      7 The rev D board has the following limitations in libmraa:
      8 
      9 - gpio 13 will not switch the LED as it's a different Gpio, use raw gpio '3' to do this
     10 - gpio register access via /dev/uio is limited to pin2 and 3
     11 - gpio interupts will only work on GPIO_EDGE_BOTH
     12 - adc kernel module will return 12bit number. MRAA defaults shift this to 10bits
     13 - AIO pins are treated as 0-5 in mraa_aio_init() but as 14-19 for everything
     14   else. Therefore use mraa_gpio_init(14) to use A0 as a Gpio
     15