Skip to content

Slides corresponding to the Base42 event at Parc Tecnologic de la UdG, 2015/01/08

Notifications You must be signed in to change notification settings

efarres/Go-Raspberries-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Presentation and code corresponding to Go, Raspberries, Go Base42 Event - 8 de gener de 2015, Parc Tecnologic de la UdG

Objective

The objective of the presentation is describe the Go language and inform of the possibility of run a high level language as is Go

Gobot and BCM2835 binding as possible ways to take the control of the hardware peripherals of the broadcom BCM2835 SoC.

Presentation online

"Go and Raspberries" slides are stored in the preset format, you can see the presentation online at Go and Raspberries

About bcm2835 library

It provides access to GPIO and other IO functions on the Broadcom BCM2835 chip.

It provides functions for reading digital inputs and setting digital outputs, using SPI and I2C, and for accessing the system timers.

Pin event detection is supported by polling (interrupts are not supported).

BCM2835 is a binding between Go and the bcm2835 C Library, a great C library, very well documented.

Library source is available at http://www.airspayce.com/mikem/bcm2835 Author: Mike McCauley

For more details see the previous presentation Go, Rapsberries at GDB Barcelona event GoRaspberry

About

Slides corresponding to the Base42 event at Parc Tecnologic de la UdG, 2015/01/08

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages