o: ActiveSupport::Cache::Entry :@compressedF:@value"®"¨
| main.c | ||
|---|---|---|
| 25 | 25 |
char REV[50]=ID; // Buffer for concatenate of a version string |
| 26 | 26 |
|
| 27 | 27 |
if (REV[strlen(REV)-1]=='$') REV[strlen(REV)-1]=0; |
| 28 |
printf("\r\n\r\n# Mrakomer %s (C) 2011 UST\r\n",VER); // Welcome message
|
|
| 28 |
printf("\r\n\r\n# AWS01A %s (C) 2013 www.mlab.cz \r\n",VER); // Welcome message
|
|
| 29 | 29 |
printf("#%s\r\n",&REV[4]);
|
| 30 | 30 |
// printf("#\r\n");
|
| 31 | 31 |
// printf("# commands: h, c, o, l, x, i, r, a, s, u\r\n");
|
| ... | ... | |
| 55 | 55 |
output_high(CSN_SPI); |
| 56 | 56 |
delay_ms(100); |
| 57 | 57 |
|
| 58 |
printf("Simple Thermomether\r\n",);
|
|
| 59 |
printf("(c) Kaklik 2013\r\n");
|
|
| 60 |
printf("www.mlab.cz\r\n");
|
|
| 61 |
|
|
| 62 | 58 |
welcome(); |
| 63 | 59 |
|
| 64 | 60 |
sht_init(); |