bcm2835
Version, currently master branch1 version
- master branchlatestNov 27, 2022
github.com/SleepingInsomniac/bcm2835
Raspberry PI LibBCM2835 crystal bindings
Installation
# Add this to your shard.yml
dependencies:
bcm2835:
github: SleepingInsomniac/bcm2835
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.6.0- License
- MIT
- Author
- Alex Clink
Dependencies
This version declares no dependencies.
README
bcm2835
Crystal Bindings to LibBcm2835.
From Raspberry Pi Documentation:
The BCM2835 is the Broadcom chip used in the Raspberry Pi 1 Models A, A+, B, B+, the Raspberry Pi Zero, the Raspberry Pi Zero W, and the Raspberry Pi Compute Module 1. Some details of the chip can be found in the peripheral specification document. It contains a single-core ARM1176JZF-S processor.
Installation
-
Add the dependency to your
shard.yml:dependencies: bcm2835: github: sleepinginsomniac/bcm2835 -
Run
shards install -
Run
./build_bcm2835.shto build the shared library
Usage
require "bcm2835"
Contributing
- Fork it (https://github.com/sleepinginsomniac/bcm2835/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Alex Clink - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Nov 27, 2022
- Crystal
1.6.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/SleepingInsomniac/bcm2835
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1