Raspberry PI Using Arduino IDE, Particle Cloud and Pure C
Installation
Follow the guide here:
https://docs.google.com/document/d/1RfZoIqRebDUK48iS5WgfDbFuNDVCsAeVdkK4EFAZIQ0/edit?usp=sharing
Directories
Arduino - this contains sketches that have been tested with https://github.com/me-no-dev/RasPiArduino
C-WiringPi - this contains sketches that have been tested with http://wiringpi.com/ and http://www.admfactory.com/blinking-led-on-raspberry-pi-using-c/
Particle Cloud - this contains sketches that have been tested with https://particle.io using the Raspberry Pi https://docs.particle.io/guide/getting-started/intro/raspberry-pi/
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Support Me
If you find this or any of my projects useful or enjoyable please support me.
Anything I do get goes to buy more parts and make more/better projects.
https://www.patreon.com/kd8bxp
https://ko-fi.com/lfmiller
Other Projects
https://www.youtube.com/channel/UCP6Vh4hfyJF288MTaRAF36w
https://kd8bxp.blogspot.com/
Credits
Copyright (c) 2017 LeRoy Miller
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses>