Commit d3d10f1a authored by Forquet Nicolas's avatar Forquet Nicolas
Browse files

merge

Showing with 0 additions and 10 deletions
+0 -10
...@@ -3,23 +3,13 @@ ...@@ -3,23 +3,13 @@
OHMPY_code is a program to control the low-cost and open source resistivity meter OHMPY_code is a program to control the low-cost and open source resistivity meter
OHMPY, it has been developed by Rémi CLEMENT,Vivien DUBOIS, Nicolas FORQUET (IRSTEA) and Yannick FARGIER (IFSTTAR). OHMPY, it has been developed by Rémi CLEMENT,Vivien DUBOIS, Nicolas FORQUET (IRSTEA) and Yannick FARGIER (IFSTTAR).
""" """
<<<<<<< HEAD
print 'OHMPI start'
print MyDateTime.isoformat()
print 'Import library'
=======
print('OHMPI start' ) print('OHMPI start' )
print('Import library') print('Import library')
>>>>>>> develop
#!/usr/bin/python #!/usr/bin/python
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
import time import time
<<<<<<< HEAD
import datetime
=======
from datetime import datetime from datetime import datetime
>>>>>>> develop
import board import board
import busio import busio
import numpy import numpy
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment