raspberry_pi.md: Update docs to reflect latest rpi changes
[contrib/mraa.git] / docs / galileorevd.md
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 register access via /dev/uio is limited to pin2 and 3
10 - gpio interupts will only work on GPIO_EDGE_BOTH
11 - adc kernel module will return 12bit number. MRAA defaults shift this to 10bits
12 - AIO pins are treated as 0-5 in mraa_aio_init() but as 14-19 for everything
13   else. Therefore use mraa_gpio_init(14) to use A0 as a Gpio