diff flash.h @ 31:03592ca4d37e

Port tempctrl.c from AVR. I removed the beep code as I don't have a beeper on the STM32 board. Reworked the heat/cool stuff so it can use separate ports.
author Daniel O'Connor <darius@dons.net.au>
date Tue, 27 Nov 2012 13:20:52 +1030
parents 5c9d2e3d6591
children aaf0603d7f88
line wrap: on
line diff
--- a/flash.h	Tue Nov 27 13:19:11 2012 +1030
+++ b/flash.h	Tue Nov 27 13:20:52 2012 +1030
@@ -1,4 +1,4 @@
-void		flashcmd(char **, int);
+void		flashcmd(int argc, char **argv);
 uint16_t	flashreadid(void);
 uint8_t		flashreadstatus(void);
 void		flashwritestatus(uint8_t status);