9 years, 1 month 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, 1 month 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?

8 years, 11 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.