Skip to content

Commit af4a0e3

Browse files
author
Owen L - SFE
committed
updates to edge hm01b0 driver
1 parent b9da2ff commit af4a0e3

9 files changed

+8
-8
lines changed

variants/edge/include/hm01b0/HM01B0.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================*/
1515

16-
#include "himax_driver_HM01B0.h"
16+
#include "HM01B0.h"
1717

18-
#include "himax_driver_HM01B0_Walking1s_01.h"
18+
#include "HM01B0_Walking1s_01.h"
1919
#include "am_bsp.h"
2020
#include "am_mcu_apollo.h"
2121
#include "am_util.h"

variants/edge/include/hm01b0/himax_driver_HM01B0_RAW8_QVGA_8bits_lsb_5fps.h renamed to variants/edge/include/hm01b0/HM01B0_RAW8_QVGA_8bits_lsb_5fps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
#ifndef TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_HIMAX_DRIVER_HM01B0_RAW8_QVGA_8BITS_LSB_5FPS_H_
1717
#define TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_HIMAX_DRIVER_HM01B0_RAW8_QVGA_8BITS_LSB_5FPS_H_
1818

19-
#include "himax_driver_HM01B0.h"
19+
#include "HM01B0.h"
2020

2121
const hm_script_t sHM01B0InitScript[] = {
2222
// ;*************************************************************************

variants/edge/include/hm01b0/himax_driver_HM01B0_Walking1s_01.h renamed to variants/edge/include/hm01b0/HM01B0_Walking1s_01.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
#ifndef TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_HIMAX_DRIVER_HM01B0_WALKING1S_01_H_
1717
#define TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_HIMAX_DRIVER_HM01B0_WALKING1S_01_H_
1818

19-
#include "himax_driver_HM01B0.h"
19+
#include "HM01B0.h"
2020

2121
const hm_script_t sHM01b0TestModeScript_Walking1s[] = {
2222
{

variants/edge/include/hm01b0/HM01B0_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================*/
1515

16-
#include "himax_driver_HM01B0_debug.h"
16+
#include "HM01B0_debug.h"
1717
#include "am_util.h" // NOLINT
1818

1919
void hm01b0_framebuffer_dump(uint8_t* frame, uint32_t length) {

variants/edge/include/hm01b0/himax_driver_HM01B0_debug.h renamed to variants/edge/include/hm01b0/HM01B0_debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
extern "C" {
2121
#endif
2222

23-
#include "himax_driver_HM01B0.h"
23+
#include "HM01B0.h"
2424

2525
//*****************************************************************************
2626
//

variants/edge/include/hm01b0/HM01B0_optimized.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================*/
1515

16-
#include "himax_driver_HM01B0.h"
16+
#include "HM01B0.h"
1717
#include "am_bsp.h" //NOLINT
1818
#include "am_mcu_apollo.h" //NOLINT
1919
#include "hm01b0_platform.h" // TARGET specific implementation

variants/edge/include/hm01b0/himax_driver_HM01B0_optimized.h renamed to variants/edge/include/hm01b0/HM01B0_optimized.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
extern "C" {
2121
#endif
2222

23-
#include "himax_driver_HM01B0.h"
23+
#include "HM01B0.h"
2424

2525
//*****************************************************************************
2626
//

0 commit comments

Comments
 (0)