-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.yaml
40 lines (38 loc) · 1.58 KB
/
blueprint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
slug: particle-tinker-app
type: Application
category: "Getting started"
expertiseLevel: "Beginner"
tags: ["Analog pins", "Digital pins"]
icon: assets/tinker.svg
gitrepo: https://github.com/particle-iot/blueprint-tinker
name: "Tinker"
shortDescription: "Tinker app for controlling digital and analog pins on a Particle device from the Particle Cloud."
version: 1.0.0
language: [ "C++" ]
models: []
cloudServices: []
integrations: []
supportedDevices:
- name: Boron
- name: Argon
- name: M-SoM
- name: Photon 2
- name: Muon
- name: Monitor One
- name: Tracker One
- name: T-SoM
- name: E-SoM
- name: P2
webIdeLink: https://go.particle.io/shared_apps/6761fa0817af1d0255d27c9f
webSetupLink: https://setup.particle.io/?app=particle-tinker-app
hardwareDependencies:
- name: Supported device
introduction: |
The Tinker App is part of the "Blueprints" collection, a series of applications designed to help users get started with Particle hardware. Whether you're exploring for the first time or testing new ideas, these blueprints provide a hands-on way to learn and experiment.
The Tinker App is a simple, interactive tool that lets you dive right in and play with your Particle device.
description: |
The Tinker App provides basic functionality to interact with a Particle device's digital and analog pins.
Users can read and write to pins, control LEDs, and monitor sensors through the Particle Cloud functions.
It includes functions for digital and analog read/write capabilities, making it an ideal starting point for
learning how to interact with Particle hardware.
applicationResources: