M Mostez Well-Known Member Licensed User Longtime User Jan 26, 2016 #1 Hello, Is it possible to access I/O pins on pcDuino board (A/D and PWM) in B4J code? and how to integrate Arduino code or libraries into B4J?
Hello, Is it possible to access I/O pins on pcDuino board (A/D and PWM) in B4J code? and how to integrate Arduino code or libraries into B4J?
Erel B4X founder Staff member Licensed User Longtime User Jan 26, 2016 #2 You should be able to use the regular File methods to access the pins (https://learn.sparkfun.com/tutorials/programming-the-pcduino). If you find a Java library that allows you to access more features then you need to create a wrapper and add it to B4J. Upvote 0
You should be able to use the regular File methods to access the pins (https://learn.sparkfun.com/tutorials/programming-the-pcduino). If you find a Java library that allows you to access more features then you need to create a wrapper and add it to B4J.