A set of C++ classes and PERL modules to abstract the hardware operations on the BeagleBone.
Currently supports Angstrom O/S.
License
Apache License V2.0Follow bonelib
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
Grease job! I don't though see any PWM part, only GPIO! I think I saw somewhere that it has PWM as well
-
@Mark: that depends on the configuration specifying the data directory for your HTTP server. In my instruction for installing thttpd, the config file shows that location to be "/srv/www". That would imply your CGI script would be located in /srv/www/cgi-bin/test.pl
-
My question is just where do I place the perl file at? Normally I would think that it would be in the cgi-bin directory so I can then browser to 192.168.7.2/cgi-bin/test.pl, but I cannot find a directory named that. And if I place it in the directory /var/lib/cloud9/bone101 it just prints out my complete code on the web browser but does not actually get executed.