Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 29 | Rev 31 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | 59 | ||
60 | /* Exported functions prototypes ---------------------------------------------*/ |
60 | /* Exported functions prototypes ---------------------------------------------*/ |
61 | void Error_Handler(void); |
61 | void Error_Handler(void); |
62 | 62 | ||
63 | /* USER CODE BEGIN EFP */ |
63 | /* USER CODE BEGIN EFP */ |
- | 64 | ||
- | 65 | // initialise the second temperature sensor |
|
- | 66 | void initBmp2(void); |
|
64 | /// reset the second temperature sensor by powering off the I2C bus and restarting |
67 | /// reset the second temperature sensor - clear the bus down, power down the device, restart it. |
65 | void resetBmp2(void); |
68 | void resetBmp2(void); |
- | 69 | // poll the second temperature sensor state : return true if the sensor is ready |
|
- | 70 | uint8_t pollBmp2State(void); |
|
66 | 71 | ||
67 | /* USER CODE END EFP */ |
72 | /* USER CODE END EFP */ |
68 | 73 | ||
69 | /* Private defines -----------------------------------------------------------*/ |
74 | /* Private defines -----------------------------------------------------------*/ |
70 | #define Green_LED_Pin GPIO_PIN_13 |
75 | #define Green_LED_Pin GPIO_PIN_13 |