mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
grove: Updated python/java/script tests for light and slide sensor.
Since these were split out from the grove lib, they need to load their own library, ie Light now comes from upm_light.so. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -21,10 +21,10 @@
|
||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
from time import sleep
|
||||
import pyupm_grove as grove
|
||||
import pyupm_slide as slide
|
||||
|
||||
# New Grove Slider on AIO pin 0
|
||||
slider = grove.Slide(0)
|
||||
slider = slide.Slide(0)
|
||||
|
||||
# Loop indefinitely
|
||||
while True:
|
||||
|
Reference in New Issue
Block a user