I am currently roadtesting the maaxboard, and i have succesfully used the gpio pins to connect i2c devices; how can I address the gpio pins directly? I want to do the following:
- use a gpio pin as a digital input or output
- use a gpio pin for pwm, if possible
- use a gpio pin for 1-wire sensors
I have made some progress by compiling the wire device driver, including the w1_gpio driver, but I am at a loss how to configure it. In similar devices (e.g. Raspberry PI) this is done by means of overlays, but these aren't available as yet.
Has anyone made any progress in this area?