cooling for Mac mini
#### 2. using Noctua NF-A14 5V PWM as main fan #### 3. using GY-906-BCC MLX90614ESF-BCC IR as temperature detect part and reset switch (optional) #### 4. print the enclosure with 3D printer- This is a project base on esp-idf, so you need to setup the environment for esp-idf refer to this offical document
#define LED_R_IO 5
#define HALL_GPIO 13
#define PWM_GPIO 14
#define MLX90614_SDA_GPIO 25
#define MLX90614_SCL_GPIO 18
#define MLX90614_GND_GPIO 23
#define MLX90614_VCC_GPIO 19
#define BLE_RESET_GPIO 21