-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
221 changed files
with
1,018 additions
and
1,662 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.. Copyright (c) 2014-present PlatformIO <contact@platformio.org> | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
How to build PlatformIO based project | ||
===================================== | ||
|
||
1. `Install PlatformIO Core <http://docs.platformio.org/page/core.html>`_ | ||
2. Download `examples source code <https://github.com/platformio/platformio-examples/archive/develop.zip>`_ | ||
3. Extract ZIP archive | ||
4. Run these commands: | ||
|
||
.. code-block:: bash | ||
# Change directory to example | ||
> cd platformio-examples/atmelavr/atmelavr-native-blink | ||
# Build project | ||
> platformio run | ||
# Upload firmware | ||
> platformio run --target upload | ||
# Clean build files | ||
> platformio run --target clean |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions
30
atmelavr/engduino-magnetometer/.piolibdeps/EngduinoMagnetometer_ID574/.library.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "EngduinoMagnetometer", | ||
"platforms": [ | ||
"atmelavr" | ||
], | ||
"downloadUrl": "https://github.com/engduino/Engduino_v3.1.0_arduino_extension/archive/master.zip", | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"version": "3.1.0", | ||
"export": { | ||
"include": "Engduino_v3.1.0_arduino_extension-master/hardware/Engduino/avr/libraries/EngduinoMagnetometer" | ||
}, | ||
"examples": "Engduino_v3.1.0_arduino_extension-master/examples/100.Engduino/Magnetometer/Magnetometer.ino", | ||
"authors": [ | ||
{ | ||
"maintainer": false, | ||
"name": "Engduino", | ||
"url": "http://www.engduino.org", | ||
"email": "support@engduino.org" | ||
} | ||
], | ||
"keywords": [ | ||
"magnetometer", | ||
"i2c", | ||
"sensor" | ||
], | ||
"id": 574, | ||
"description": "Engduino I2C communication with on-board magnetometer (Freescale FXMS3110). Includes hi-level functions for initialization and reading x,y,z magnetic filed values." | ||
} |
22 changes: 22 additions & 0 deletions
22
atmelavr/engduino-magnetometer/.piolibdeps/EngduinoMagnetometer_ID574/keywords.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
####################################### | ||
# Syntax Coloring Map EngduinoMagnetometer | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
EngduinoMagnetometer KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
begin KEYWORD2 | ||
end KEYWORD2 | ||
xyz KEYWORD2 | ||
temperature KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### |
17 changes: 17 additions & 0 deletions
17
atmelavr/engduino-magnetometer/.piolibdeps/EngduinoMagnetometer_ID574/library.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "EngduinoMagnetometer", | ||
"keywords": "sensor, magnetometer, i2c", | ||
"description": "Engduino I2C communication with on-board magnetometer (Freescale FXMS3110). Includes hi-level functions for initialization and reading x,y,z magnetic filed values.", | ||
"authors": | ||
{ | ||
"name": "Engduino", | ||
"email": "support@engduino.org", | ||
"url": "http://www.engduino.org" | ||
}, | ||
"downloadUrl": "https://github.com/engduino/Engduino_v3.1.0_arduino_extension/archive/master.zip", | ||
"version": "3.1.0", | ||
"include": "Engduino_v3.1.0_arduino_extension-master/hardware/Engduino/avr/libraries/EngduinoMagnetometer", | ||
"examples": "Engduino_v3.1.0_arduino_extension-master/examples/100.Engduino/Magnetometer/Magnetometer.ino", | ||
"frameworks": "arduino", | ||
"platforms": "atmelavr" | ||
} |
8 changes: 8 additions & 0 deletions
8
atmelavr/engduino-magnetometer/.piolibdeps/EngduinoMagnetometer_ID574/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name=EngduinoMagnetometer | ||
version=1.0 | ||
author= | ||
maintainer=support@engduino.org | ||
sentence=Allows communication with on-board magnetometer. | ||
paragraph=This library enables I2C communication with on-board magnetometer (Freescale FXMS3110). Includes hi-level functions for initialization and reading x,y,z magnetic filed values. | ||
url=http://www.engduino.org/doxygen/ | ||
architectures=* |
Oops, something went wrong.