sigmaeo
sigmaeo
Hi, thank you for your solution approach, but I see no difference with these patches. After many tests I now know a little bit more about my problem: My influenced...
Thanks for your help. I changed these lines, but the result is the same. If the pwm on "mypin" would stop, it wouldn't be so bad for me. What is...
I fixed this in my fork and it is included in poll #37. Now you got: "Hello, World; Or what?"
Me too. Instead of: `if( cmdMessenger.available() ) { value1 = cm.readInt32Arg(); if( cmdMessenger.available() ) value2 = cm.readInt32Arg(); }` One have to do it this way: `ui32 = cm.readInt32Arg(); if( cm.isArgOk()...
I fixed this issue by myself in my fork and so it is included in pull #37.
Hello, fantastic, your changes helped - now the analogwrite()-PWM on mypin is no longer influenced by a moveTo(). :-) I thought I had already tried "setting it to digital and...
Before closing this issue it would be good to change the lines too: `PWM_INTERFACE->PWM_DIS = PWM_INTERFACE->PWM_DIS & (~mapping->channelMask);` Because the "PWM_DIS is write-only"-issue.
this is fixed in M5StackCore2 0.1.7
this is fixed in M5StackCore2 0.1.7
For the beginners a bit more in detail: Install it with: sudo apt-get install python-pip sudo apt install python-smbus