software:firmware
MakAir Firmware
blower.h File Reference

Tools to control the blower. More...

Go to the source code of this file.

Classes

class  Blower
 Controls a blower. More...
 

Macros

#define BlowerSpeed2MicroSeconds(value)   map(value, 0, 1800, 1000, 1950)
 Convert a speed to a value in microseconds for the blower controller. More...
 

Variables

Blower blower
 

Detailed Description

Tools to control the blower.

Author
Makers For Life

Definition in file blower.h.

Macro Definition Documentation

◆ BlowerSpeed2MicroSeconds

#define BlowerSpeed2MicroSeconds (   value)    map(value, 0, 1800, 1000, 1950)

Convert a speed to a value in microseconds for the blower controller.

Note
There is an error margin on the max ppm, because the blower do not handle values greater than 2.01 ms, and there is no quartz anywhere

Definition at line 22 of file blower.h.

Variable Documentation

◆ blower

Blower blower
extern

Definition at line 20 of file blower.cpp.