mirror of
https://github.com/peter-tanner/neptunium-firmware.git
synced 2024-11-30 12:00:19 +08:00
11 lines
207 B
C
11 lines
207 B
C
|
#ifndef __LPS22HB_H
|
||
|
#define __LPS22HB_H
|
||
|
|
||
|
#include "lps22hb_reg.h"
|
||
|
#include "main.h"
|
||
|
#include <string.h>
|
||
|
|
||
|
void lps22hb_multi_read_fifo_handler(void);
|
||
|
void lps22hb_multi_read_fifo_init(void);
|
||
|
|
||
|
#endif
|