Beagle Bone Black Setup for iLidar

This post will enumerate and explain the steps that were taken to configure the Beagle Bone Black (BBB) for development of the iLidar cape. The commands on the host computer will be run on Mac OS X. Some details of the installation of the BBB drivers are omitted, this post ...

Continue reading

Enabling Syntax Highlighting in Pelican

I am trying to get code segments to display syntax highlighting.

The following is simply indented with markdown:

printf("Indented\n");

The following is wrapped in a code html block:

printf("Wrapped in Code Block\n");

I used this site as a reference to enable highlighting in Pelican. I downloaded ...

Continue reading

« Page 2 / 3 »