eeprom與pcf859

eeprom與DS18B20一樣,在用到的時候也需要注意時間精度。 改時序 1. 延遲5us #define somenop Delay5us() void Delay5us() //@12.000MHz { unsigned char i; _nop_(); _nop_(); i = 12; while (--i); } 2. 讀取eeprom unsigned char read
相關文章
相關標籤/搜索