Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Aug 14, 2012
1 parent 6f2a954 commit c1e5b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ OneWire library: http://www.pjrc.com/teensy/td_libs_OneWire.html

# Template use

```
void draw_power_page(char* powerstr, double powerval, char* energystr, double energyval)
void draw_temperature_time_footer(double temp, double mintemp, double maxtemp, double hour, double minute)
Expand All @@ -40,3 +41,4 @@ void draw_solar_page(double use, double usekwh, double gen, double maxgen, doubl
void draw_dhw_page(double CYLT)
void draw_history_page(double genkwh[7], double usekwh[7])
```

0 comments on commit c1e5b8a

Please sign in to comment.