Skip to content

Commit

Permalink
minor: remove edison from gpio.md
Browse files Browse the repository at this point in the history
Intel Edison has been deprecated a long time ago.
  • Loading branch information
aethernet authored and vipulgupta2048 committed Jan 14, 2025
1 parent 9cddc98 commit bf102b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pages/learn/develop/hardware/gpio.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Recommended ways of interacting with GPIO on {{ $names.company.lower }} devices.

* [Raspberry Pi](/hardware/gpio#raspberry-pi)
* [Beaglebone](/hardware/gpio#beaglebone)
* [Intel Edison](/hardware/gpio#intel-edison)

## Raspberry Pi

Expand Down Expand Up @@ -38,13 +37,6 @@ With this module you should be able to carry out basic GPIO and analog-to-digita

If you would prefer a python implementation, then look at this [github issue](https://github.com/adafruit/adafruit-beaglebone-io-python/issues/80#issuecomment-163073883) and get involved in making it happen.

## Intel Edison

All the Intel Edison base images on our [Docker Hub][edison-base-image-link] come pre-installed with [libmraa](https://github.com/intel-iot-devkit/mraa), which allows you to easily interact with the GPIO.

To get started with GPIO on edison have a look at our ["Edison GPIO in node.js"](https://github.com/shaunmulligan/edison-blink-node.git) example, or if you prefer python check out our ["Simple Edison GPIO with python"](https://github.com/shaunmulligan/hello-python-edison).

[edison-base-image-link]:https://hub.docker.com/search/?q=resin%2Fedison&page=1&isAutomated=0&isOfficial=0&starCount=0&pullCount=0
[terminal]:/runtime/terminal

[balena]:{{ $links.mainSiteUrl }}
Expand Down

0 comments on commit bf102b3

Please sign in to comment.