epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

IDE #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

Can I program the Pi using the arduino IDE ? I mean I want to connect my pi to arduino IDE and program it. Is it possible ??

epsilonrt commented 5 years ago

No it is not planned. Piduino does not allow cross development. Piduino emulates the Arduino API (ie the programming interface). Did you read the wiki? https://github.com/epsilonrt/piduino/wiki/Examples I advise you to use Codelite (sudo apt install codelite*), on a Raspberry Pi 3 it is very fluid and you can do step by step (there is a project model Piduino).