Files @ f2c57ce0cd7b
Branch filter:

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

ethanzonca
Refactor old pressure code and make optional. Fix high power output due to multiple Si446x power definitions
1
2
3
4
5
6
7
8
#ifndef SYSCLK_H
#define SYSCLK_H

void sysclock_init(void);

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab