|
Carga Dinâmica
0.1
Sistemas de Instrumentação Electrónica
|
configuratoin for i2c More...


Go to the source code of this file.
Macros | |
| #define | OnOff LATCbits.LATC4 |
| PORT 11. | |
Functions | |
| void | fanInit (void) |
| this function is to initialization all fan controller | |
| void | fanStart (void) |
| start Fan | |
| uint16_t | rpm () |
| stop fan | |
| void | fanStop (void) |
| stop fan | |
| uint8_t | fanPWM (uint8_t duty) |
| Control fan. More... | |
| void | debugFan () |
| function use for testing fan | |
Variables | |
| uint16_t | numberRotation |
| number rotation | |
| uint16_t | numberRotationSec |
| Rotation per seg. | |
configuratoin for i2c
| uint8_t fanPWM | ( | uint8_t | duty | ) |
Control fan.
| duty | duty cyle the user defines. |