/Designs/Measuring_instruments/GeoMet01A/SW/PIC16F887/main.esym
1,7 → 1,7
D G "__PCM__" 0 59 ""4.106""
D G "__DEVICE__" 0 59 "887"
D G "__DATE__" 0 59 ""26-VIII-13""
D G "__TIME__" 0 59 ""19:04:37"" "Standard Header file for the PIC16F887 device ////////////////"
D G "__PCM__" 0 70 ""4.106""
D G "__DEVICE__" 0 70 "887"
D G "__DATE__" 0 70 ""03-IX-13""
D G "__TIME__" 0 70 ""00:32:19"" "Standard Header file for the PIC16F887 device ////////////////"
d G "PIN_A0" 2 20 "40"
d G "PIN_A1" 2 21 "41"
d G "PIN_A2" 2 22 "42"
369,12 → 369,202
V L "MSB" 7 3 "int8"
V L "LSB" 7 4 "int8"
V L "data" 7 5 "sint16"
F G "MAIN" 0 15 "void()"
V L "temp1" 0 17 "float"
V L "temp2" 0 17 "float"
V L "humidity" 0 17 "float"
V L "i" 0 18 "int16"
C L "MAIN" 0 27 1 "FUNCTION"
D G "HMC5883L_WRT_ADDR" 8 2 "0x3C"
D G "HMC5883L_READ_ADDR" 8 3 "0x3D"
D G "HMC5883L_CFG_A_REG" 8 6 "0x00"
D G "HMC5883L_CFG_B_REG" 8 7 "0x01"
D G "HMC5883L_MODE_REG" 8 8 "0x02"
D G "HMC5883L_X_MSB_REG" 8 9 "0x03"
D G "MAG_ROZ088" 8 13 "0x00"
D G "MAG_ROZ130" 8 14 "0x20"
D G "MAG_ROZ190" 8 15 "0x40"
D G "MAG_ROZ250" 8 16 "0x60"
D G "MAG_ROZ400" 8 17 "0x80"
D G "MAG_ROZ470" 8 18 "0xA0"
D G "MAG_ROZ560" 8 19 "0xC0"
D G "MAG_ROZ810" 8 20 "0xE0"
C L "hmc5883l_write_reg" 9 2 1 "FUNCTION"
F G "hmc5883l_write_reg" 9 4 "void(int8 reg,int8 data)"
V L "reg" 9 4 "int8"
V L "data" 9 4 "int8"
F G "hmc5883l_read_reg" 9 14 "int8(int8 reg)"
V L "reg" 9 14 "int8"
V L "retval" 9 16 "int8"
T G "hmc5883l_result" 9 35 "{sint16 x,sint16 y,sint16 z}" "This global structure holds the values read"
V G "compass" 9 39 "hmc5883l_result"
F G "hmc5883l_read_data" 9 42 "void()"
V L "x_lsb" 9 44 "int8"
V L "x_msb" 9 45 "int8"
V L "y_lsb" 9 47 "int8"
V L "y_msb" 9 48 "int8"
V L "z_lsb" 9 50 "int8"
V L "z_msb" 9 51 "int8"
C L "hmc5883l_read_data" 9 2 1 "FUNCTION"
C L "hmc5883l_read_data" 9 2 1 "FUNCTION"
C L "hmc5883l_read_data" 9 2 1 "FUNCTION"
D G "MATH_H" 10 21 ""
D G "PI" 10 26 "3.1415926535897932"
D G "SQRT2" 10 29 "1.4142135623730950"
C L "CEIL_FLOOR" 10 2 3 "FUNCTION"
F G "CEIL_FLOOR" 10 36 "float(float x,int8 n)"
V L "x" 10 36 "float"
V L "n" 10 36 "int8"
V L "y" 10 38 "float"
V L "res" 10 38 "float"
V L "l" 10 39 "int16"
V L "s" 10 40 "int1"
C L "floor" 10 2 5 "FUNCTION"
F G "floor" 10 192 "float(float x)"
V L "x" 10 192 "float"
C L "ceil" 10 2 5 "FUNCTION"
F G "ceil" 10 218 "float(float x)"
V L "x" 10 218 "float"
D G "fabs" 10 244 "abs"
C L "fmod" 10 2 6 "FUNCTION"
F G "fmod" 10 256 "float(float x,float y)"
V L "x" 10 256 "float"
V L "y" 10 256 "float"
V L "i" 10 258 "float"
D G "LN2" 10 319 "0.6931471805599453"
V G "pe" 10 321 "float[6]"
F G "exp" 10 325 "float(float x)"
V L "x" 10 325 "float"
V L "y" 10 327 "float"
V L "res" 10 327 "float"
V L "r" 10 327 "float"
V L "n" 10 331 "sint8"
V L "s" 10 332 "int1"
C L "exp" 10 2 1 "FUNCTION"
V G "pl" 10 496 "float[4]"
V G "ql" 10 497 "float[4]"
C L "log" 10 2 3 "FUNCTION"
F G "log" 10 505 "float(float x)"
V L "x" 10 505 "float"
V L "y" 10 507 "float"
V L "res" 10 507 "float"
V L "r" 10 507 "float"
V L "y2" 10 507 "float"
V L "n" 10 511 "sint8"
C L "log" 10 2 1 "FUNCTION"
D G "LN10" 10 729 "2.3025850929940456"
C L "log10" 10 2 3 "FUNCTION"
F G "log10" 10 737 "float(float x)"
V L "x" 10 737 "float"
V L "r" 10 739 "float"
C L "modf" 10 2 8 "FUNCTION"
F G "modf" 10 778 "float(float value,*float iptr)"
V L "value" 10 778 "float"
V L "iptr" 10 778 "*float"
C L "pwr" 10 2 6 "FUNCTION"
F G "pwr" 10 806 "float(float x,float y)"
V L "x" 10 806 "float"
V L "y" 10 806 "float"
C L "pow" 10 2 7 "FUNCTION"
F G "pow" 10 869 "float(float x,float y)"
V L "x" 10 869 "float"
V L "y" 10 869 "float"
C L "sqrt" 10 2 5 "FUNCTION"
F G "sqrt" 10 930 "float(float x)"
V L "x" 10 930 "float"
V L "y" 10 932 "float"
V L "res" 10 932 "float"
V L "p" 10 936 "*int8"
D G "PI_DIV_BY_TWO" 10 1125 "1.5707963267948966"
C L "cos" 10 2 3 "FUNCTION"
F G "cos" 10 1136 "float(float x)"
V L "x" 10 1136 "float"
V L "y" 10 1138 "float"
V L "t" 10 1138 "float"
V L "t2" 10 1138 "float"
V L "quad" 10 1139 "int8"
V L "i" 10 1139 "int8"
V L "frac" 10 1140 "float"
V L "p" 10 1141 "float[6]" "by the series definition for cosine"
C L "cos" 10 2 1 "FUNCTION"
C L "cos" 10 2 2 "FUNCTION"
C L "cos" 10 2 1 "FUNCTION"
C L "cos" 10 2 1 "FUNCTION"
C L "cos" 10 2 1 "FUNCTION"
C L "cos" 10 2 1 "FUNCTION"
C L "cos" 10 2 1 "FUNCTION"
C L "cos" 10 2 1 "FUNCTION"
C L "sin" 10 2 5 "FUNCTION"
F G "sin" 10 1278 "float(float x)"
V L "x" 10 1278 "float"
C L "tan" 10 2 5 "FUNCTION"
F G "tan" 10 1304 "float(float x)"
V L "x" 10 1304 "float"
V L "c" 10 1306 "float"
V L "s" 10 1306 "float"
V G "pas" 10 1344 "float[3]"
V G "qas" 10 1345 "float[3]"
F G "ASIN_COS" 10 1347 "float(float x,int8 n)"
V L "x" 10 1347 "float"
V L "n" 10 1347 "int8"
V L "y" 10 1349 "float"
V L "res" 10 1349 "float"
V L "r" 10 1349 "float"
V L "y2" 10 1349 "float"
V L "s" 10 1350 "int1"
C L "ASIN_COS" 10 2 1 "FUNCTION"
C L "ASIN_COS" 10 2 1 "FUNCTION"
C L "asin" 10 2 5 "FUNCTION"
F G "asin" 10 1493 "float(float x)"
V L "x" 10 1493 "float"
V L "r" 10 1495 "float"
C L "acos" 10 2 5 "FUNCTION"
F G "acos" 10 1527 "float(float x)"
V L "x" 10 1527 "float"
V L "r" 10 1529 "float"
V G "pat" 10 1555 "float[4]"
V G "qat" 10 1556 "float[4]"
C L "atan" 10 2 3 "FUNCTION"
F G "atan" 10 1564 "float(float x)"
V L "x" 10 1564 "float"
V L "y" 10 1566 "float"
V L "res" 10 1566 "float"
V L "r" 10 1566 "float"
V L "s" 10 1567 "int1"
V L "flag" 10 1567 "int1"
C L "atan" 10 2 1 "FUNCTION"
C L "atan2" 10 2 7 "FUNCTION"
F G "atan2" 10 1697 "float(float y,float x)"
V L "y" 10 1697 "float"
V L "x" 10 1697 "float"
V L "z" 10 1699 "float"
V L "sign" 10 1700 "int1"
V L "quad" 10 1701 "int8"
C L "atan2" 10 2 1 "FUNCTION"
C L "atan2" 10 2 1 "FUNCTION"
C L "cosh" 10 2 7 "FUNCTION"
F G "cosh" 10 1919 "float(float x)"
V L "x" 10 1919 "float"
C L "sinh" 10 2 6 "FUNCTION"
F G "sinh" 10 1946 "float(float x)"
V L "x" 10 1946 "float"
C L "tanh" 10 2 6 "FUNCTION"
F G "tanh" 10 1976 "float(float x)"
V L "x" 10 1976 "float"
D G "LOG2" 10 2006 ".30102999566398119521"
F G "frexp" 10 2007 "float(float x,*sint8 exp)"
V L "x" 10 2007 "float"
V L "exp" 10 2007 "*sint8"
V L "res" 10 2009 "float"
V L "sign" 10 2010 "int1"
C L "ldexp" 10 2 6 "FUNCTION"
F G "ldexp" 10 2152 "float(float value,sint8 exp)"
V L "value" 10 2152 "float"
V L "exp" 10 2152 "sint8"
C L "MAIN" 10 2 2 "FUNCTION"
F G "MAIN" 0 18 "void()"
V L "temp1" 0 20 "float"
V L "temp2" 0 20 "float"
V L "humidity" 0 20 "float"
V L "i" 0 21 "int16"
C L "MAIN" 0 30 1 "FUNCTION"
C L "MAIN" 0 30 2 "FUNCTION"
C L "MAIN" 0 30 1 "FUNCTION"
C L "MAIN" 0 30 1 "FUNCTION"
F B "reset_cpu" 0 0
F B "abs" 1 0
F B "sleep_ulpwu" 1 0