Chip pro? #6779
Replies: 1 comment
-
Posted at 2017-07-21 by @gfwilliams Since it's Linux, I believe it's as easy as:
... assuming it has enough memory for GCC, Python and the tools to compile C code - which I'm pretty sure it does. Posted at 2017-07-21 by BootySnorkeler Thanks! But how do I address the IO pins? The pin labels are different with every board... Like, for example, pin 3 on the raspberry pi can't be the same as pin 3 on the chip pro, since they use different processors. Posted at 2017-07-24 by @gfwilliams I believe the pins are D0,D1,D2 etc. What those actually mean will be down to the module manufacturer, so you'll have to figure out from their docs. Basically |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-07-21 by BootySnorkeler
Hi,
can espruino be ported to the chip pro?
here: https://getchip.com/pages/chippro
it's a super cheap arm dev kit and I'm planning to use it for my dorm automation project.
While you can use bash scripts to control IO pins, I think Espruino would be much easier.
Beta Was this translation helpful? Give feedback.
All reactions