Skip to content

Commit

Permalink
Merge pull request #20 from BlueAndi/feature/ArduinoNative_v0.2.1
Browse files Browse the repository at this point in the history
ArduinoNative v0.2.1 integrated
  • Loading branch information
gabryelreyes authored Nov 8, 2024
2 parents e063de1 + 31add22 commit b40cbd7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ See details of the Webots library classes in the [Webots reference manual](https
1. Add it to the _platformio.ini_ in your environment to the _lib\_deps_ section:
```
lib_deps =
BlueAndi/ArduinoNative @ ~0.1.0
BlueAndi/ZumoHALWebots @ ~0.1.1
BlueAndi/ZumoHALWebots @ ~1.1.0
```
2. Add the header include search directories to the build flags.
```
build_flags =
-I./lib/Webots/include/c
-I./lib/Webots/include/cpp
-D _USE_MATH_DEFINES
```
3. Add to your platformio environment the following scripts.
```
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "Zumo HAL Webots"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v0.1.1
PROJECT_NUMBER = v1.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 2 additions & 1 deletion examples/example/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ build_flags =
-std=c++11
-I./lib/Webots/include/c
-I./lib/Webots/include/cpp
-D _USE_MATH_DEFINES
lib_deps =
MainNative
HAL
Webots
BlueAndi/ZumoHALWebots @ ~1.0.0
BlueAndi/ZumoHALWebots @ ~1.1.0
extra_scripts =
pre:$PROJECT_LIBDEPS_DIR/$PIOENV/ZumoHALWebots/scripts/create_webots_library.py
pre:$PROJECT_LIBDEPS_DIR/$PIOENV/ZumoHALWebots/scripts/copy_sounds.py
Expand Down
8 changes: 4 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ZumoHALWebots",
"version": "1.0.1",
"version": "1.1.0",
"description": "Zumo C++ hardware abstraction layer for the Webots simulation.",
"authors": [{
"name": "Andreas Merkle",
Expand All @@ -16,15 +16,15 @@
"dependencies": [{
"owner": "BlueAndi",
"name": "ArduinoNative",
"version": "~0.1.0"
"version": "~0.2.1"
}, {
"owner": "BlueAndi",
"name": "ZumoHALInterfaces",
"version": "~1.0.0"
"version": "~1.0.2"
}, {
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "~6.21.4"
"version": "~6.21.5"
}],
"frameworks": "*",
"platforms": "*",
Expand Down

0 comments on commit b40cbd7

Please # to comment.