Seite 1 von 1

admflash.spin

Verfasst: Mi 13. Mär 2019, 12:32
von PIC18F2550

Code: Alles auswählen

PRI rtc_getSeconds                                      'rtc: Returns the current second (0 - 59) from the real time clock.
''funktionsgruppe               : rtc
''busprotokoll                  : [041][sub_putlong.seconds]
''                              : seconds - current second (0 - 59)
  sub_putlong(rtc.getSeconds)
Warum nicht als "bus_putchar"?

Code: Alles auswählen

PRI rtc_getSeconds                                      'rtc: Returns the current second (0 - 59) from the real time clock.
''funktionsgruppe               : rtc
''busprotokoll                  : [041][sub_putlong.seconds]
''                              : seconds - current second (0 - 59)
  bus_putchar(rtc.getSeconds)