Rev 447 | Rev 490 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 447 | Rev 480 | ||
|---|---|---|---|
| Line 147... | Line 147... | ||
| 147 | #endif |
147 | #endif |
| 148 | 148 | ||
| 149 | /*----------------------------------------------------------------------------- |
149 | /*----------------------------------------------------------------------------- |
| 150 | * Main Program |
150 | * Main Program |
| 151 | *---------------------------------------------------------------------------*/ |
151 | *---------------------------------------------------------------------------*/ |
| 152 | int main( |
152 | int main(void) { |
| 153 | 153 | ||
| 154 | uint8_t //blindsStatus, /* Position (-128 to 127) */ |
154 | uint8_t //blindsStatus, /* Position (-128 to 127) */ |
| 155 | servoToTurn, |
155 | servoToTurn, |
| 156 | turnDirection = BLINDS_TURN_STOP; /* Specifies direction to turn or stopped */ |
156 | turnDirection = BLINDS_TURN_STOP; /* Specifies direction to turn or stopped */ |
| 157 | uint32_t boardTemperature = 0; |
157 | uint32_t boardTemperature = 0; |