etherkit / Si5351Arduino

Library for the Si5351 clock generator IC in the Arduino environment
GNU General Public License v3.0
229 stars 94 forks source link

No STOP after si5351.update_status() on NRF52832 #80

Open omegat opened 3 years ago

omegat commented 3 years ago

si5351.update_status(); does not generate a STOP-condition on the bus /w my NRF52832. Calling Wire.endTransmission(true); after update_status() fixes the problem.

DSView-210311-180759