comparison src/ostc3.inc @ 96:a4bff632e97b

auto-reset compass filtering data before calibration
author heinrichsweikamp
date Mon, 28 Apr 2014 11:33:00 +0200
parents f2201aa374db
children 53a99a2dc6a1
comparison
equal deleted inserted replaced
95:3dfc2b7ced6d 96:a4bff632e97b
17 17
18 #include <p18f87k22.inc> 18 #include <p18f87k22.inc>
19 #include <ports.inc> ; Portmap 19 #include <ports.inc> ; Portmap
20 20
21 #DEFINE softwareversion_x d'1' ; Software version XX.YY 21 #DEFINE softwareversion_x d'1' ; Software version XX.YY
22 #DEFINE softwareversion_y d'26' ; Software version XX.YY 22 #DEFINE softwareversion_y d'27' ; Software version XX.YY
23 #DEFINE softwareversion_beta 0 ; (and 0 for release) 23 #DEFINE softwareversion_beta 0 ; (and 0 for release)
24 24
25 #DEFINE comm_service_key 0xABCDEF 25 #DEFINE comm_service_key 0xABCDEF
26 26
27 ;----------------------------------------------------------------------------- 27 ;-----------------------------------------------------------------------------