mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
328 stars 78 forks source link

Is Arduino mini 3.3v @ 8MHz supported? #22

Closed mrv96 closed 6 years ago

mrv96 commented 6 years ago

Does this library work with 8MHz clock?

imayoda commented 6 years ago

on most 328 chips I tried, yes some need clock calibration, rc internal osc. is wonky arduino mini btw uses crystal for 8Mhz, if I remember right, so it should work just good :)

mrv96 commented 6 years ago

Yes, it uses crystal for clock. Thank you very much for the answer.