o: ActiveSupport::Cache::Entry :@compressedF:@value"~"x
| Designs/MRAKOMER4/SW/irmrak4.c | ||
|---|---|---|
| 51 | 51 |
if (REV[strlen(REV)-1]=='$') REV[strlen(REV)-1]=0; |
| 52 | 52 |
printf("\n\r# Mrakomer %s (C) 2007 KAKL\n\r",VER); // Welcome message
|
| 53 | 53 |
printf("#%s\n\r",&REV[4]);
|
| 54 |
printf("# h - Switch on heating for 20s.\n\r");
|
|
| 55 |
printf("# c - Need Colder. Switch off heating.\n\r");
|
|
| 56 |
printf("# o - Open the Dome for 20s.\n\r");
|
|
| 57 |
printf("# l - Lock the dome.\n\r");
|
|
| 58 |
printf("# x - Open the Dome and switch on heating.\n\r");
|
|
| 59 |
printf("# i - Print this Information.\n\r");
|
|
| 60 |
printf("# r - Repeat measure every second.\n\r");
|
|
| 61 |
printf("# s - Single measure mode on demand.\n\r");
|
|
| 62 |
printf("# U - Update firmware. Go to the Boot Loader.\n\r");
|
|
| 63 |
printf("#\n\r");
|
|
| 54 | 64 |
printf("# <sequence> <ambient[1/100 C]> <sky[1/100 C]> ");
|
| 55 | 65 |
printf("<heating[s]> <dome[s]> <check>\n\r\n\r");
|
| 56 | 66 |
} |