Skip to content

Commit 1d308e1

Browse files
Taha Dhiaeddine AmdouniTaha Dhiaeddine Amdouni
Taha Dhiaeddine Amdouni
authored and
Taha Dhiaeddine Amdouni
committedSep 13, 2017
upload from mac
1 parent 832cfab commit 1d308e1

File tree

96 files changed

+7951
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+7951
-0
lines changed
 

‎MattHawkinsUK-rpispy-misc/.gitignore

Whitespace-only changes.

‎MattHawkinsUK-rpispy-misc/README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Example scripts for the Raspberry Pi
2+
3+
# Python Scripts
4+
* gertduino
5+
* gnuplot
6+
* gnuplot_example.png - Example plot
7+
* gnuplot_generate_data.py - Generate some example data
8+
* mydata.dat - Example data
9+
* mcp3008
10+
* mcp3008_tmp36.py - Read analogue sensors using an MCP3008 ADC
11+
* mcp3008_joystick.py - Read X,Y and Switch values of analogue joystick using an MCP3008 ADC
12+
* mcp23017
13+
* mcp23017_inputs.py - Configure and read inputs
14+
* mcp23017_outputs.py - Configure and read outputs
15+
* minecraft
16+
* api_test.py - Test API is working
17+
* castle.py - Castle building script
18+
* counterstrike.py - Operation Counterstrike game
19+
* python
20+
* bh1750.py - BH1750 light sensor module
21+
* bmp180.py - BMP180 pressure & temperature module
22+
* detect_network_example.py
23+
* lcd_16x2.py - LCD screen example
24+
* lcd_16x2_backlight.py - LCD screen example with backlight control and justified text
25+
* sendsms.py - Send SMS text messages using the TextLocal webservice
26+
* stepper.py - Simple stepper motor control
27+
* ultrasonic_1.py - Ultrasonic sensor example
28+
* ultrasonic_2.py - Ultrasonic sensor calibration
29+
* xmastree.py - Script to use with the GPIO Xmas tree add-on from PocketMoneyTronics
30+
31+
# Tutorials and Guides
32+
Visit my Raspberry Pi site for more information :
33+
[http://www.raspberrypi-spy.co.uk/](http://www.raspberrypi-spy.co.uk/)

0 commit comments

Comments
 (0)
Please sign in to comment.