Search found 2 matches

by locoeng
Wed Jan 23, 2019 6:56 am
Forum: MicroPython pyboard
Topic: AttributeError: 'Switch' object has no attribute 'value'
Replies: 2
Views: 2369

Re: AttributeError: 'Switch' object has no attribute 'value'

Thanks!

I have since updated the board and have no issue.
by locoeng
Tue Jan 22, 2019 5:07 am
Forum: MicroPython pyboard
Topic: AttributeError: 'Switch' object has no attribute 'value'
Replies: 2
Views: 2369

AttributeError: 'Switch' object has no attribute 'value'

Hi all, First post here, I keep getting this error any help would be appreciated. I'm following along with the tutorial for the pyb. TIA PYB: sync filesystems PYB: soft reboot MicroPython v1.8.7 on 2017-01-08; PYBLITEv1.0 with STM32F411RE Type "help()" for more information. >>> sw = pyb.Switch() >>>...