i2c_master: mention more stable software implementation
This commit is contained in:
parent
e22bef850b
commit
158d1899b9
|
@ -3,6 +3,7 @@
|
|||
* @author King Kévin <kingkevin@cuvoodoo.info>
|
||||
* @copyright SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* @date 2017-2021
|
||||
* @warning the I²C peripheral is very glitchy (sending random clock pulses), thus prefer the software implementation alternative, which is simpler, more flexible, smaller, and very stable (it just draws more energy)
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
|
Loading…
Reference in New Issue