Module SensorPort
[frames] | no frames]

Source Code for Module SensorPort

 1  # SensorPort.py 
 2   
 3  ''' 
 4   This software is part of the EV3BrickPi library. 
 5   It is Open Source Free Software, so you may 
 6   - run the code for any purpose 
 7   - study how the code works and adapt it to your needs 
 8   - integrate all or parts of the code in your own programs 
 9   - redistribute copies of the code 
10   - improve the code and release your improvements to the public 
11   However the use of the code is entirely your responsibility. 
12  ''' 
13   
14 -class SensorPort():
15 S1 = 0 16 S2 = 1 17 S3 = 2 18 S4 = 3
19