Topic: Floating numbers
I want to calculate PWM period based on a given RPM.
Frequency = RPM / 60.
Say I have 8 RMP / 60 Sec = 0.13333 Hz.
Period = 1 / Freq.
So the Period = 1 / 0.13333 = 7.5 Sec.
How to represent these calculations in CannyLab ide?