Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months ago.
Revise mbedRCP.py
There are three writing errors in mbedRCP.py
- Line 207 def puslewidth(self, value):
- Line 210 def puslewidth_ms(self, value):
- Line 213 def puslewidth_us(self, value):
Had to be change in
- Line 207 def pulsewidth(self, value):
- Line 210 def pulsewidth_ms(self, value):
- Line 213 def pulsewidth_us(self, value):
Question relating to:
2 Answers
9 years, 8 months ago.
Hi,
thanks for the correction proposal. I am thinking , this script probably needs some update, and better place to be stored as in the notebook, probably github?
9 years, 6 months ago.
I think I found the issue. I created a pull request. Let me know if it fixes your problem or you have any questions! Be aware that declaring the pin for the interfaces is a little different now. It is outlined in the script.