Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salmg authored Aug 26, 2016
1 parent 745d382 commit 54bc415
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ You can check this at the command line with lsmod, no need to reboot. (Maybe nee

Download and build WiringPi for the gpio commands

cd ~
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build
cd ~ <br>
git clone git://git.drogon.net/wiringPi<br>
cd wiringPi<br>
./build<br>


MagSpoofPI code integration by Salvador Mendoza
Special code for Raspberry Pi implementing avr-gcc without arduino.
Main modification in some functions, like digitalWrite(), setup() and loop()

* Example of configuration:
rbpi - Resistor - attiny85
19 --> 1k --> PB0
21 --> 1k --> PB1
23 --> 1k --> PB2
DC17 --> n/a --> VCC
GND20 -> n/a --> GND
15 --> 1k --> PB5
* Example of configuration:<br>
rbpi - Resistor - attiny85<br>
19 --> 1k --> PB0<br>
21 --> 1k --> PB1<br>
23 --> 1k --> PB2<br>
DC17 --> n/a --> VCC<br>
GND20 -> n/a --> GND<br>
15 --> 1k --> PB5<br>
Any other pin to enable/disable MagSpoof after be compiled
That pin has to be True before "make install" GPIO.setup(pin, 1)

Expand Down

0 comments on commit 54bc415

Please sign in to comment.