|
Carga Dinâmica
0.1
Sistemas de Instrumentação Electrónica
|
configuratoin for i2c More...
#include <stdint.h>#include <xc.h>#include <stdio.h>#include "interrup.h"#include "uart.h"#include "adc.h"#include "confHardware.h"
Go to the source code of this file.
Macros | |
| #define | maxDutty maxPower |
| max for bord not send | |
| #define | minDutty minPower |
| nim for mosfet start work | |
Functions | |
| void | powerInit (void) |
| this function is to initialization all fan controller | |
| void | powerStart (void) |
| start Fan | |
| void | powerStop (void) |
| stop fan | |
| uint8_t | powerPWM (uint8_t dutyP) |
| Control fan. More... | |
| void | debugPower () |
| function use for testing fan | |
Variables | |
| uint8_t | onPower |
| Power state. | |
configuratoin for i2c
| uint8_t powerPWM | ( | uint8_t | dutyP | ) |
Control fan.
| duty | duty cyle the user defines. |