Thank you. What about BlackLib? There is a library for BBB to access its GIOP and generate PWM etc? Plus is this an efficient way to code in the long run?
I shall be working on my Windows computer and pursuing cross-compiling for my Angstrom BBB using Eclipse IDE (in c++). I have checked some tutorials out and they seem complex as to access pins or to make the BBB do something. Is it because of using a non-linux machine? Should I shift to a a linux computer for this project? We are looking • to control a motor • generate PWM • access GIOP • perform lengthy calculations etc. On Thu, Jan 8, 2015 at 11:53 PM, TJF <[email protected]> wrote: > > > Am Donnerstag, 8. Januar 2015 13:36:06 UTC+1 schrieb Nova Jack: >> >> But now my questions: >> -how to do programming in c++ >> - choice of library to use. Also, do I require Cloud9 IDE? >> > > Cloud9 is JavaScript only. > > For C++ just install the GNU compilers (execute on BBB) > > sudo apt-get install build-essential > > The best library for fast and easy GPIO and PWM is libpruio > <http://beagleboard.org/project/libpruio/>. > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/kbnt9cjI2qs/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
