-
Hi,
The logic for the SDK_PWM_PERIOD_COMPAT_MODE appears to be incorrect?
#if SDK_PWM_PERIOD_COMPAT_MODE
#define PWM_PERIOD_TO_TICKS(x) (x * 0.2)
#define PWM_DUTY_TO_TICKS(x) (x * 5)
#define …
-
Hi,
first of all, thank you for the time you spent writing this software. I'm currently evaluating replacing fancontrol with this
**Is your feature request related to a problem? Please describe.…
-
Hi,
I've been trying to use TIM1 and TIM8 advanced timers on STM32L476 but there seems to be an issue.
The following example doesn't output anything on PC6:
```rust
#![no_main]
#![no_std]
…
-
Whats up with this line of code in ReactionWheelPWM()
pwmOut=-PD_pwm; - PI_pwm; //assign the end value of PWM to motor
-
I'm running a program which drives two motors on M1 and M2 ports on beaglebone Blue.
This program has run today multiple times, and has errored out the last two times. No hardware changes were ma…
-
Hello!
My board is working well to the point of heating up the bed/nozzle or using PWM fans. I used it for two months with no issues.
I replaced the fuses just to be sure but that did not work. …
-
Running the following code:
```
for i in range(54):
print(i, my_arduinotree.pin.get('D%d'%i).pwm.available)
```
results in
```
0 False
1 False
2 False
3 False
4 True
5 False
6 False
7 False
8 F…
-
Many years ago I built a module that could hotswitch between 3.3v and 5v going to the PA allowing me some control over the power output of the module, it basically involved a switch going between the …
-
Hi, im have problem, after install RPIO module in python give error:
from RPIO import PWM
File "/usr/local/lib/python3.7/dist-packages/RPIO-2.0.0b1-py3.7-linux-armv7l.egg/RPIO/PWM/__init__.p…
-
I am thinking of FPVC gaming involving different classes fighting entities, e.g. planes and handheld guns.
For the handheld gun it would be convenient to have the trigger controlled by a simple menta…
MrMap updated
8 months ago