Skip to content

Commit 4ca70b1

Browse files
committed
Bumped version to 1.0.0
1 parent afaddbc commit 4ca70b1

18 files changed

+176
-128
lines changed

README.md

Lines changed: 92 additions & 60 deletions
Large diffs are not rendered by default.

extras/VoltAndOhmmeter.fzz

1.78 KB
Binary file not shown.
13.2 KB
Loading
-3.13 KB
Loading

src/ADCUtils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,3 @@ float getTemperature(void);
143143
#endif // defined(ADATE)
144144
#endif // defined(__AVR__)
145145
#endif // _ADC_UTILS_H
146-
#pragma once

src/ADCUtils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* with INTERNAL you can calibrate your ADC readout. For my Nanos I measured e.g. 1060 mV and 1093 mV.
3535
*/
3636
#if !defined(ADC_INTERNAL_REFERENCE_MILLIVOLT)
37-
#define ADC_INTERNAL_REFERENCE_MILLIVOLT 1100L // Value measured at the AREF pin
37+
#define ADC_INTERNAL_REFERENCE_MILLIVOLT 1100L // Value measured at the AREF pin. If value > real AREF voltage, measured values are > real values
3838
#endif
3939

4040
// Union to speed up the combination of low and high bytes to a word

src/ATtinyUtils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,3 @@ void changeDigisparkClock();
115115

116116
#endif // defined(__AVR_ATtiny85__)
117117
#endif // _ATTINY_UTILS_H
118-
#pragma once

src/AVRUtils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ bool isAddressInRAM(void *aAddressToCheck);
5353
bool isAddressBelowHeap(void *aAddressToCheck);
5454
#endif // defined(__AVR__)
5555
#endif // _AVR_UTILS_H
56-
#pragma once

src/BlinkLed.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ class BlinkLed {
7474
};
7575

7676
#endif // _BLINK_LED_H
77-
#pragma once

src/DebugLevel.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@
4848
#endif
4949

5050
#endif // _DEBUGLEVEL_H
51-
#pragma once

0 commit comments

Comments
 (0)