annotate src/adc_lightsensor.inc @ 178:39f6c07ce2f6
BUGFIX: Average depth computation
author |
heinrichsweikamp |
date |
Tue, 07 Oct 2014 13:45:21 +0200 |
parents |
f3062a611eef |
children |
93085f540746 |
rev |
line source |
0
|
1 ;=============================================================================
|
|
2 ;
|
|
3 ; File adc.inc
|
|
4 ;
|
|
5 ;
|
|
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
|
|
7 ;=============================================================================
|
|
8 ; HISTORY
|
|
9 ; 2011-08-08 : [mH] moving from OSTC code
|
|
10
|
|
11 extern get_battery_voltage ; And percent...
|
|
12 extern get_ambient_level
|
|
13 extern reset_battery_pointer ; Resets battery pointer 0x07-0x0C and battery_gauge:5
|
113
|
14 extern get_analog_inputs ; Get AN8-10
|
|
15 extern piezo_config ; Sets up piezo sensitivity of heinrichs weikamp Piezo buttons (~30ms)
|