Is there anyone interested in robotics with Swift? I created a Swift library named SwiftyBones (https://github.com/hoffmanjon/SwiftyBones ) for the BeagleBone Black to connect to the Digital GPIO, Analog IN and PWM pins and was interested in feedback on the library by anyone that is familiar with programming single board computers like the BeagleBone Black or Raspberry PI. I am especially interested in feedback on the modular design and if it helps or hinders development. I do have a shell script on the SwiftyBones github page that helps with compiling projects that has multiple source files.
This is great news! I have a BBB and a RC truck I've been meaning to build
a robot out of this summer, and this gives me an option to interface with
the hardware besides the Python interface.
On Sun, May 8, 2016 at 6:14 PM, Jon Hoffman via swift-users < swift-users@swift.org> wrote:
Is there anyone interested in robotics with Swift? I created a Swift
library named SwiftyBones (GitHub - hoffmanjon/swiftybones )
for the BeagleBone Black to connect to the Digital GPIO, Analog IN and PWM
pins and was interested in feedback on the library by anyone that is
familiar with programming single board computers like the BeagleBone Black
or Raspberry PI. I am especially interested in feedback on the modular
design and if it helps or hinders development. I do have a shell script on
the SwiftyBones github page that helps with compiling projects that has
multiple source files.