Mercurial > public > hwos_code
view src/eeprom_rs232.inc @ 96:a4bff632e97b
auto-reset compass filtering data before calibration
author | heinrichsweikamp |
---|---|
date | Mon, 28 Apr 2014 11:33:00 +0200 |
parents | 11d4fc797f74 |
children | f3062a611eef |
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 enable_ir extern disable_ir