1
0
mirror of https://github.com/richardghirst/PiBits.git synced 2024-11-28 12:24:11 +01:00
Dépôts GitHub de Richard Ghirst. ServoBlaster Panalyzer PiFmDma MouseScan MPU6050-Pi-Demo
Go to file
2021-07-01 22:31:38 +01:00
MouseScan Code to use an optical mouse as a scanner 2013-01-12 21:02:47 +00:00
MPU6050-Pi-Demo Add note to edit I2Cdev.cpp for Rev 2 boards 2014-02-11 19:51:26 +00:00
PiFmDma oops 2013-04-08 19:56:11 +00:00
ServoBlaster Use board revision to determine configuraion, as all boards report as BCM2835 since kernel 4.9; fixes Pi Zero. 2021-07-01 22:31:38 +01:00
README.md Added the MPU6050 demo code 2013-01-29 21:16:52 +00:00

PiBits

Here you'll find various RaspberryPi related projcts:

ServoBlaster: A kernel driver that lets you control 8 (or more) servos from your RaspberryPi.

Panalyzer: A Pi based Logic Analyzer. This can be found in a separate repository alongside this one, but is mentioned here for completeness.

PiFmDma: A Version of the FM Transmitter software that uses DMA for improved quality and much reduced CPU load. NOTE: Do not use this code unless you understand what it does, what FM frequencies it might interfere with, what is and is not legal in your country, etc.

MouseScan: Code to turn the sensor in an optical mouse in to a very crude hand held scanner.

MPU6050-Pi-Demo: Code to drive an MPU6050 accelerometer/gyroscope via I2C from the RaspberryPi.