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
[Here](https://github.com/z3t0/Arduino-IRremote/wiki) is a quite old but maybe useful wiki for this library.
33
35
34
36
# Compile options / macros for this library
35
37
To customize the library to different requirements, there are some compile options / makros available.<br/>
36
-
Modify it by commenting them out or in, or change the values if applicable. Or define the macro with the -D compiler option for gobal compile (the latter is not possible with the Arduino IDE, so consider to use [sloeber](https://eclipse.baeyens.it).
38
+
Modify it by commenting them out or in, or change the values if applicable. Or define the macro with the -D compiler option for gobal compile (the latter is not possible with the Arduino IDE, so consider to use [Sloeber](https://eclipse.baeyens.it).
37
39
38
40
| Name | File | Default value | Description |
39
41
|-|-|-|-|
@@ -47,6 +49,15 @@ Modify it by commenting them out or in, or change the values if applicable. Or d
47
49
|`IR_SEND_DUTY_CYCLE`| IRremoteBoardDefs.h | 30 | Duty cycle of IR send signal. |
48
50
|`MICROS_PER_TICK`| IRremoteBoardDefs.h | 50 | Resolution of the raw input buffer data. |
49
51
52
+
### Modifying library properties with Arduino IDE
53
+
First use *Sketch/Show Sketch Folder (Ctrl+K)*.<br/>
54
+
If you did not yet stored the example as your own sketch, then you are instantly in the right library folder.<br/>
55
+
Otherwise you have to navigate to the parallel `libraries` folder and select the library you want to access.<br/>
56
+
In both cases the library files itself are located in the `src` directory.<br/>
57
+
58
+
### Modifying library properties with Sloeber IDE
59
+
If you are using Sloeber as your IDE, you can easily define global symbols with *Properties/Arduino/CompileOptions*.<br/>
0 commit comments