-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding stuff to add to config.txt for video shoot
- Loading branch information
1 parent
9ca0685
commit 06aed55
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Heartbeat blinky: | ||
dtparam=act_led_trigger=heartbeat | ||
|
||
# Short GPIO21 (pin 40) to ground for shutdown: | ||
dtoverlay=gpio-shutdown,gpio_pin=21,active_low=1,gpiopull=up | ||
|
||
# ADXL345 overlay hard-coded to CS0, irq_gpio=19 corresponding to adapter P1 | ||
dtoverlay=rpi-adxl345 | ||
|
||
# Set ADXL355 CS, irq overrides to adapter P2 | ||
dtoverlay=rpi-adxl355,cs_pin=1,irq_gpio=25 | ||
|
||
dtoverlay=rpi-lm75,addr=0x48 | ||
|
||
# Explicitly set adapter reset# GPIOs to input, pull-up | ||
dtoverlay=rpi-ad5593r | ||
gpio=13,17=pu,ip |