support hs300x to nuttx10.2.0

This commit is contained in:
wgz-code 2022-03-02 12:36:18 +08:00
parent 5ba501eae7
commit 74683ed165
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef TRANSFORM_H
#define TRANSFORM_H
#include <nuttx/config.h>
#include <nuttx/pthread.h>
#include <nuttx/semaphore.h>
#include <nuttx/time.h>

View File

@ -26,6 +26,7 @@
#include <stdio.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/i2c/i2c_master.h>
#include <nuttx/sensors/hs300x.h>

View File

@ -29,6 +29,7 @@
#include <fixedmath.h>
#include <errno.h>
#include <debug.h>
#include <assert.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h>