I try to share as much of our software as possible. Here’s how to get what is available:
Raspberry Pi projects
- The “main line” of the CORNELIUS operating system. Intended to be built, transferred to an SD Card and used to boot a Raspberry Pi – Mostly C and assembler at the moment,
- A bare-metal example of flashing Morse code on the OK LED. Intended to be built, transferred to an SD Card and used to boot a Raspberry Pi – Mostly C and assembler at the moment,
Other Projects
- Rack 4 Java. A simple and efficient, but very powerful way of running Java code on the web, based on ideas from Rack. – Java
- Stringtree Java utilities. A set of powerful helpers for Java application development including document manipulation, templating, database access and more. – Java
- Mojasef a modular Java server framework. A great way to build web applications. – Java
:
Is there a document for the bcm2835 library that includes bcm2835_spi_transfernb ? I’m trying to understand what that does.