Files @ 645e46f4898d
Branch filter:

Location: windsonde/Include/system/stm32f0xx_it.h - annotation

ethanzonca
Update scale for bme280 to tenths of percent, disable lps25h
#ifndef __STM32F0xx_IT_H
#define __STM32F0xx_IT_H

#ifdef __cplusplus
 extern "C" {
#endif 

void SysTick_Handler(void);

#ifdef __cplusplus
}
#endif

#endif /* __STM32F0xx_IT_H */

 // vim:softtabstop=4 shiftwidth=4 expandtab