Skip to content

Library for using the chip dvr8830 over I2C and ARM based boards

Notifications You must be signed in to change notification settings

lmsantana/dvr8830_ARM_SAMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dvr8830_ARM_SAMD

Library for using the chip dvr8830 over I2C and ARM based boards

I had some issues with the I2C given by the datasheet, which seemed to be different from what my board responded to (using a logic analyzer). Some of this may be because of the default Wire library of Arduino, since the problem was the 8th bit of the address not being sent over the bus, so I had to send "ADDR << 2" to make it work.

About

Library for using the chip dvr8830 over I2C and ARM based boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages