0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use board revision to determine configuraion, as all boards report as BCM2835 since kernel 4.9; fixes Pi Zero. More... almost 3 years ago
Add support for Pi 4B, and fix to build on latest Raspbian More... over 4 years ago
Fix for Pi3 and PiZero, by lifting bits from Stuart Shelton's version. More... almost 6 years ago
Quick hack for Pi-Zero. More... over 6 years ago
Add support for B+, Pi2, and 4.1 kernels More... over 8 years ago
Add note to edit I2Cdev.cpp for Rev 2 boards More... about 10 years ago
Merge branch 'master' of https://github.com/richardghirst/PiBits Grab 6050 fix More... over 10 years ago
Oops, allow "=0" to turn off a servo output. More... over 10 years ago
Merge pull request #23 from L31N/master More... over 10 years ago
Rework to allow specifying cycle time and step increment, allow relative movements, allow specifying pulse widths in microseconds or as a percentage. More... over 10 years ago
fixed bug in MPU6050_6Axis_MotionApps20.h function uint8_t MPU6050::dmpInitialize() which caused an i2c-read error in case of an empty fifoCount. More... over 10 years ago
Fix special cases round setting widths of 0 and 100% More... over 10 years ago
Add alternative command format in the style of "P1-12=100". Add /dev/servoblaster-cfg describing which pins are currently configured for use. More... over 10 years ago
Allow servo IDs up to 31 so people can map servo IDs to P1 header pins if they wish. More... over 10 years ago
Major update to servod.c to handle up to 21 servos and to allow pulse widths between 0 and 100% More... over 10 years ago
Add --idle-timeout and make install features for servod More... over 10 years ago
oops More... about 11 years ago
fix for PiFmDma runtime error in latest 2013-02-09-wheezy-raspbian. first fix is a type cast for which the sign was not correct second fix is addition of a bit mask to deal with a reserved bit which now suddenly seems to be 1 (which was assumed to be 0) More... about 11 years ago
Add option to user space implementation to use PCM rather than PWM More... about 11 years ago
Remove unwanted file More... about 11 years ago
Added the MPU6050 demo code More... about 11 years ago
Add first cut at a user space implementation More... about 11 years ago
Rebuild moduel for Linux raspberrypi 3.6.11+ #358 PREEMPT More... over 11 years ago
Code to use an optical mouse as a scanner More... over 11 years ago
Represent frequency and deviation in PyFmDma as #defines instead of magic numbers More... over 11 years ago
Add warning for PiFmDma. More... over 11 years ago
Make it able to read stdin if no file provided. More... over 11 years ago
Added PiFmDma More... over 11 years ago
Initial version of FM transmitter, with DMA support More... over 11 years ago
Add idle_timeout module parameter which automatically turns a servo control line off some period after the last command. More... over 11 years ago