Skip to content

Commit

Permalink
added images and electrical scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-daru committed Feb 22, 2019
1 parent 777b2fb commit 17cbf18
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# ESP8266_pwm_fan
ESP 8266 PWM fan controller
![Alt text](images/page.png?raw=true "HomePage")
Binary file added images/fan-controller-circuit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fan-controller.fzz
Binary file not shown.
Binary file added images/page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions my-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"fan_speed_config": [{
"temp": 21,
"speed": 20
},{
"temp": 25,
"speed": 40
},{
"temp": 30,
"speed": 65
},{
"temp": 35,
"speed": 90
},{
"temp": 37,
"speed": 100
}
]
}

0 comments on commit 17cbf18

Please sign in to comment.