Skip to content

Commit 5452f20

Browse files
authored
Merge pull request #521 from iabdalkader/hm0360_driver
Add HM0360 driver.
2 parents da3f9ea + 4331ff1 commit 5452f20

File tree

3 files changed

+846
-0
lines changed

3 files changed

+846
-0
lines changed

Diff for: libraries/Camera/src/camera.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "Wire.h"
2222

2323
#define HM01B0_I2C_ADDR (0x24)
24+
#define HM0360_I2C_ADDR (0x24)
2425
#define GC2145_I2C_ADDR (0x3C)
2526

2627
enum {

0 commit comments

Comments
 (0)