Skip to content

Commit

Permalink
Change RPi.GPIO dependency to OPi.GPIO
Browse files Browse the repository at this point in the history
Change RPi.GPIO dependency to OPi.GPIO 0.2.5 is working
  • Loading branch information
aissarmurad authored Oct 27, 2017
1 parent 8ddc994 commit 03df003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MFRC522.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf8 -*-

import RPi.GPIO as GPIO
import OPi.GPIO as GPIO
import spi
import signal
import time
Expand Down

0 comments on commit 03df003

Please sign in to comment.