Commit 6c5fd3acd44b1c2f995d67bd108b7ea794650d49
1 parent
124ac0a8
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
Project/applications/smartcities/mainpage.dox
1 | /*! | 1 | /*! |
2 | * \mainpage Main Page | 2 | * \mainpage Main Page |
3 | * | 3 | * |
4 | -* This is the documentation for the Wi-Sense <a href="http://lewis.upc.es/modularsense/wordpress/?page_id=11">Wi-Sense</a> software. | 4 | +* This is the documentation for the <a target="_blank" href="http://lewis.upc.es/modularsense/wordpress/?page_id=11">Wi-Sense</a> software. |
5 | * | 5 | * |
6 | * This software is based on the WiSmart library (libwismart) and STM32 Periph library. | 6 | * This software is based on the WiSmart library (libwismart) and STM32 Periph library. |
7 | * | 7 | * |
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | * <br><br>This loop repeats until power runs out or until it runs out of memory. Given the case, it stops collecting data and tries to send the stored data until it is successful, then it frees the memory and resumes the cycle. | 18 | * <br><br>This loop repeats until power runs out or until it runs out of memory. Given the case, it stops collecting data and tries to send the stored data until it is successful, then it frees the memory and resumes the cycle. |
19 | 19 | ||
20 | * \subsection data Data Collection | 20 | * \subsection data Data Collection |
21 | -* Data collection is achieved using the internal I2C bus. Scanning is performed first to enumerate all the sensors available in the bus, upon completion, data is fetched from them in a timely fashion. | 21 | +* Data collection is achieved using the internal I2C bus. Scanning is performed first to enumerate all the sensors available in the bus. Upon completion, data is fetched from them in a timely fashion. |
22 | * <br>The sound sensor uses one of the internal ADC to sample the sound pressure level. The internal battery level sensor also uses another ADC. | 22 | * <br>The sound sensor uses one of the internal ADC to sample the sound pressure level. The internal battery level sensor also uses another ADC. |
23 | 23 | ||
24 | * \author Imanol Barba Sabariego | 24 | * \author Imanol Barba Sabariego |