Commit Graph

60 Commits

Author SHA1 Message Date
Thomas Livernet
973f531f6d Merge pull request #5 from GTorreil/patch-1
Update battery levels
2017-10-17 21:09:19 +02:00
G. Torreilles
4d20da3234 Update battery levels
Issue #4 : mise à jour des tensions de batterie pour les li-ion / li-po actuelles 
+ de durée de vie (cycles)
+ de sécu
2017-09-19 11:01:03 +02:00
sinseman
f30699b5ef Update README 2016-04-06 10:23:49 +02:00
sinseman
8f819650da README Update 2016-03-15 14:38:28 +01:00
sinseman
ba0633cf28 Add parapentiste forum link 2015-05-04 10:35:38 +02:00
sinseman
00fc692c98 Readme 2015-03-16 21:55:26 +01:00
sinseman
25a64746b6 Optimizations 2015-03-16 21:53:06 +01:00
sinseman
d27229ad08 Improve stat trigger
improvement of the detection of the altitude to trigger stopping
statistics
2015-03-16 16:01:19 +01:00
sinseman
299e6c9f6d Optimizations
improve stats rendering and cumulative altitude
2015-03-16 15:35:00 +01:00
sinseman
3ac4306346 Add QNH option 2015-03-02 16:06:29 +01:00
sinseman
65ae2048c5 more & more memory optimizations 2015-02-21 14:12:27 +01:00
sinseman
80f2c0936a More memory optimizations 2015-02-20 16:39:30 +01:00
sinseman
7af41d52d7 Others memory optimizations 2015-02-20 00:03:25 +01:00
sinseman
abb99e5713 Shematic + readme fixes 2015-02-17 17:43:57 +01:00
sinseman
8b67a419ff More rendering optimizations 2015-02-12 16:30:44 +01:00
sinseman
a9f9d97b23 Optimize display 2015-02-11 22:36:18 +01:00
sinseman
5737aff17a Update librairies + optimizations
loop time and memory optimization
2015-02-11 18:26:16 +01:00
sinseman
982dcb7ff9 Improved beeps 2015-02-06 13:37:39 +01:00
sinseman
12ae9594f3 Improved beeps and schema 2015-02-03 13:30:20 +01:00
Thomas Livernet
b9f8065bac Merge pull request #2 from Xiboard/patch-2
ConfirmMelody lors du changement de volume.
2014-09-15 09:26:18 +02:00
Xiboard
336ad51065 ConfirmMelody lors du changement de volume.
Rajout d'un son lors du changement du volume. Permet d'aprécier le changement du volume.
2014-09-09 09:48:55 +02:00
sinseman
84f8be374b Update librairies 2014-08-31 11:02:51 +02:00
sinseman
ef5cb43d1c Optimizations 2014-08-30 10:08:17 +02:00
sinseman
5cfe29fa98 Markdown 2014-08-29 15:41:27 +02:00
sinseman
cbc5444fdb Fixed a bug on the stat trigger. 2014-08-29 15:38:22 +02:00
sinseman
0c85b18911 Updat stat trigger 2014-08-29 14:22:00 +02:00
Thomas Livernet
3b07640280 Merge pull request #1 from Xiboard/patch-1
Update Variometer.ino
2014-08-28 09:33:13 +02:00
Xiboard
60ab3fa425 Update Variometer.ino
Remplacement de :
uint8_t percent = round((average_vcc - 3100) * 100 / (4100 - 3100));
par :
uint8_t percent = map(average_vcc,3100,4100,0,100);
2014-08-28 08:37:00 +02:00
sinseman
64695f5b2b Markdown 2014-07-02 01:04:43 +02:00
sinseman
fd7cfa93ee Optimize and update beep 2014-05-01 15:48:26 +02:00
sinseman
ff477eca38 README 2014-04-07 22:46:25 +02:00
sinseman
278bf0e200 README 2014-04-07 22:45:15 +02:00
sinseman
49c721a507 README 2014-04-07 22:43:59 +02:00
sinseman
e4055c4d21 README 2014-04-07 22:42:49 +02:00
sinseman
ec0b236fce Vidéo 2014-04-07 22:37:09 +02:00
sinseman
03c7a142ec Video 2014-04-07 22:32:29 +02:00
Thomas
60e4df84b3 Readme 2014-04-07 15:39:20 +02:00
Thomas
137619ec89 Readme 2014-04-07 15:34:26 +02:00
Thomas
f8272f3f48 Opti interface 2014-04-07 14:16:30 +02:00
sinseman
3b47dd941a Fix conflict 2014-03-28 00:19:07 +01:00
sinseman
3f802ae5da Merge branch 'master' of https://github.com/sinseman/DIY-Arduino-variometer 2014-03-28 00:16:02 +01:00
sinseman
6f9f975ed7 Update 2014-03-28 00:15:52 +01:00
sinseman
861bac42d4 Updates 2014-03-28 00:01:42 +01:00
Thomas Livernet
e481c80098 Update 2014-02-12 18:30:49 +01:00
Thomas Livernet
95269da03f Updates 2014-02-11 16:55:09 +01:00
Thomas Livernet
6599c3b03b Update 2014-02-11 12:30:00 +01:00
Thomas Livernet
eaa57fcbb1 Updates 2014-02-11 12:23:54 +01:00
Thomas Livernet
54b1d37913 Updates 2014-02-11 12:04:28 +01:00
Thomas Livernet
764a67bceb Updates 2014-02-11 11:51:10 +01:00
Thomas Livernet
83e6ad8528 Update 2014-02-11 11:31:17 +01:00