Open
Description
The project can support more boards, like Intel Edison or rapsberry PI. Their usage and commands should be the same that the current functions, but their should be inside a directory with the board name. Of the project supports more boards, can be more used and user-friendly.
For example:
# Install:
./install.sh GalileoGen1
# Now the pinMode, digitalWrite, analogRead, etc functions are Galileo Gen 1-specific.
./install.sh RaspberryPI2
Some boards can be:
- Raspberry PI 2
- Intel Galileo Gen 2
- Intel Edison
Others boards are welcome! :)