Search found 2 matches
- Wed Mar 15, 2023 2:33 pm
- Forum: Formula AllCode
- Topic: Formula AllCode Expansion ports
- Replies: 2
- Views: 34950
Re: Formula AllCode Expansion ports
Hi Benj, Thank for your reply. I have tested with directions 1 and 0. I am not getting any voltage readings. The servomotor pins are working fine however none of the expansion ports give a reading. this is the latest code i have used: import time import FA class TestExpander: def __init__(self): sel...
- Tue Mar 14, 2023 4:44 pm
- Forum: Formula AllCode
- Topic: Formula AllCode Expansion ports
- Replies: 2
- Views: 34950
Formula AllCode Expansion ports
I want to attach more IR sensors below the Formula Allcode Robot. However I am not sure to do so as I cannot get the expansion ports J16,J15 and J12 to work using the library provided using Python. How would I go on to fix this issues. Currently I cannot read or write to any of the ports. import tim...