Etiket: stm8 1wire library

STM8 BIN BCD Çevirimi Delay ve 1Wire Kütüphanesi

| 2010/05/18

STM8 delay implementation of delay_us and delay_ms in Cosmic-C inline assembly. All delay done using inline macro _delay. Register X used as cycle counter. Number of cycles per microsecond calculated by US and MS macros (decrement/branch lasts 3 CPU ticks). Millisecond delays made by delay_ms function. STM8 1wire library Library intended for communication with 1-wire…