mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
Rotary: Added C source
Added C source for rotary angle sensor * Renamed all files from groverrotary to rotary * Replaced all instances of groverrotary with rotary * Added C source for rotary angle sensor * Updated all CMake files Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:

committed by
Noel Eck

parent
b266f87450
commit
bded0a07d9
@ -24,7 +24,7 @@ from time import sleep
|
||||
import pyupm_grove as grove
|
||||
|
||||
# New knob on AIO pin 0
|
||||
knob = grove.GroveRotary(0)
|
||||
knob = grove.Rotary(0)
|
||||
|
||||
# Loop indefinitely
|
||||
while True:
|
Reference in New Issue
Block a user