Rev 28 | Rev 46 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 28 | Rev 30 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | * dials.c |
2 | * dials.c |
| 3 | * |
3 | * |
| 4 | * Created on: 22 Jan 2016 |
4 | * Created on: 22 Jan 2016 |
| 5 | * Author: Mike |
5 | * Author: Mike |
| 6 | */ |
6 | */ |
| 7 | #include "stm32f1xx_hal.h" |
7 | #include "stm32l1xx_hal.h" |
| 8 | #include "ap_math.h" |
8 | #include "ap_math.h" |
| 9 | #include "font.h" |
9 | #include "font.h" |
| 10 | #include "SSD1306.h" |
10 | #include "SSD1306.h" |
| 11 | 11 | ||
| 12 | static uint16_t a1 = 90; |
12 | static uint16_t a1 = 90; |