You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@
7
7
8
8
### ADCUtils.cpp
9
9
- Fast and flexible ADC conversions.
10
+
10
11
### HCSR04
11
12
- Blocking and **non-blocking** reading of HCSR04 US Sensors with timeouts and exact conversions.
12
-
- Supports also **1 Pin mode** available with the HY-SRF05 or Parallax PING modules.
13
+
- Supports also **1 Pin mode** available with the HY-SRF05 or Parallax PING modules.
14
+
13
15
#### You can modify the HCSR04 modules to 1 Pin mode by:
14
16
1 Old module with 3 16 pin chips: Connect Trigger and Echo direct or use a resistor < 4.7 kOhm.
15
17
If you remove both 10 kOhm pullup resistor you can use a connecting resistor < 47 kOhm, but I suggest to use 10 kOhm which is more reliable.
@@ -19,15 +21,20 @@ If you remove both 10 kOhm pullup resistor you can use a connecting resistor < 4
19
21
20
22
### BlinkLed.cpp
21
23
- Class for blinking one ore more LED's in different fashions.
24
+
22
25
### ShowInfo
23
26
- Serial.print display of timer and other peripheral and system registers (to be extended :-)).
27
+
24
28
### AVRUtils.cpp
25
29
- Sleep and sleep with watchdog functions.
26
30
- Available Ram, Heap / Stack memory display.
31
+
27
32
### MillisUtils.cpp
28
33
- Tweaking `millis()` after long running tasks in `noIterrupt()` context like NeoPixel output, ADC buffer reading etc.
34
+
29
35
### DebugLevel.h
30
36
- Propagating debug levels for development. Supports level `TRACE, DEBUG, INFO, WARN and ERROR`. **Explains semantics of these levels**.
37
+
31
38
### ATtinyUtils.cpp
32
39
-`changeDigisparkClock()` to use Digispark boards with standard ATtiny code like ATTinyCore by [Spence Konde](https://github.com/SpenceKonde/ATTinyCore).
33
40
It changes Digispark Bootloader clock settings to get the right CPU frequency and resets Digispark OCCAL tweak.
@@ -57,6 +64,7 @@ To access the Arduino library files from a sketch, you have to first use *Sketch
57
64
Then navigate to the parallel `libraries` folder and select the library you want to access.<br/>
58
65
The library files itself are located in the `src` sub-directory.<br/>
59
66
If you did not yet store the example as your own sketch, then with *Ctrl+K* you are instantly in the right library folder.
67
+
60
68
## Consider to use [Sloeber](http://eclipse.baeyens.it/stable.php?OS=Windows) as IDE
61
69
If you are using Sloeber as your IDE, you can easily define global symbols at *Properties/Arduino/CompileOptions*.<br/>
0 commit comments