Skip to content

Commit

Permalink
Change dependency from RPi.GPIO to OPi.GPIO
Browse files Browse the repository at this point in the history
Change dependency from RPi.GPIO to OPi.GPIO
  • Loading branch information
aissarmurad authored Oct 27, 2017
1 parent c37854b commit 2ea2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Write.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 MFRC522
import signal

Expand Down

0 comments on commit 2ea2b5e

Please sign in to comment.