2014-09-01 23:19:24 +01:00
|
|
|
Galileo Gen 1 - Rev D {#galileorevd}
|
|
|
|
|
=====================
|
2014-05-29 14:51:38 +01:00
|
|
|
|
2014-11-24 10:51:27 +00:00
|
|
|
Galileo is a microcontroller board based on the Intel(R) Quark(TM) SoC X1000
|
2014-05-29 14:51:38 +01:00
|
|
|
Application Processor, a 32-bit Intel Pentium-class system on a chip.
|
|
|
|
|
|
2014-06-24 17:24:54 +01:00
|
|
|
The rev D board has the following limitations in libmraa:
|
2014-05-29 14:51:38 +01:00
|
|
|
|
|
|
|
|
- gpio register access via /dev/uio is limited to pin2 and 3
|
|
|
|
|
- gpio interupts will only work on GPIO_EDGE_BOTH
|
2014-09-22 14:52:18 +01:00
|
|
|
- adc kernel module will return 12bit number. MRAA defaults shift this to 10bits
|
2014-11-21 11:58:08 +00:00
|
|
|
- AIO pins are treated as 0-5 in mraa_aio_init() but as 14-19 for everything
|
|
|
|
|
else. Therefore use mraa_gpio_init(14) to use A0 as a Gpio
|