Mercurial > public > hwos_code
view src/eeprom_rs232.inc @ 186:a004b482604a
minor
author | heinrichsweikamp |
---|---|
date | Wed, 22 Oct 2014 18:09:01 +0200 |
parents | f3062a611eef |
children | 669b5d00706d |
line wrap: on
line source
;============================================================================= ; ; File eeprom_rs232.inc ; ; ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. ;============================================================================= ; HISTORY ; 2011-08-03 : [mH] moving from OSTC code write_int_eeprom macro eeprom_address movlw eeprom_address call write_int_eeprom_1 endm read_int_eeprom macro eeprom_address movlw eeprom_address call read_int_eeprom_1 endm extern write_int_eeprom_1 extern read_int_eeprom_1 extern read_eeprom extern write_eeprom extern enable_rs232 extern disable_rs232 extern rs232_get_byte extern rs232_wait_tx extern rs232_wait_tx2 extern enable_ir extern disable_ir