You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the example does not work. analogIn is not defined
i saw that it is defined in the other folder, so if i import import RTk.rtk.GPIO as GPIO it works, however then i get:
value = GPIO.analogIn(RECV_PIN)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python3\Lib\site-packages\RTk\rtk\GPIO.py", line 99, in analogIn
return instance.cake(channel)
^^^^^^^^^^^^^
AttributeError: 'GPIOClient' object has no attribute 'cake'
man i wanted to implement a simple infrared sensor, but if even the most simple analog reads are not working, than i guess that project is bound to fail
The text was updated successfully, but these errors were encountered:
the example does not work.
analogIn
is not definedi saw that it is defined in the other folder, so if i import
import RTk.rtk.GPIO as GPIO
it works, however then i get:man i wanted to implement a simple infrared sensor, but if even the most simple analog reads are not working, than i guess that project is bound to fail
The text was updated successfully, but these errors were encountered: