Schoumi
381199fb44
Fix Makefile variable error
7 months ago
Anthony
c4686a6211
Mise à jour de 'Makefile'
7 months ago
Anthony
0b4fb4cc59
Mise à jour de 'Makefile'
...
fix missing rule
7 months ago
Anthony
d5fd952c37
Mise à jour de 'Makefile'
...
fix error
7 months ago
Anthony
7fd0c254f1
Mise à jour de 'Makefile'
...
Update makefile to check if yotta is installed
7 months ago
Schoumi
fb82a6f0b2
Add support and sample of use of BME280 temp/humidity/pressure sensor
7 months ago
Schoumi
b90795782a
Add support and sample of the tsl256x light sensor
7 months ago
Schoumi
f13349dfc5
Add support and sample example of use of the veml6070 uv sensor
7 months ago
Schoumi
fce420da48
update makefile for ubuntu 18.04
9 months ago
Schoumi
81d408fe7c
Change source build to git.mob-dev.fr for my students
...
Add Makefile to make it easier to patch cmakelists for each student
9 months ago
Schoumi
52ed0f0ee7
SSD1306 support example
9 months ago
James Devine
285f9acfb5
Merge pull request #36 from carlosperate/yotta-target
...
Set the target to be fetched from GitHub instead of the (deprecated) Yotta registry
1 year ago
carlosperate
a97ba70394
Set the target to be fetched from GiHub instead of (deprecated) Yotta registry.
1 year ago
Joe Finney
c3b02564fd
Bump to v2.1.1
4 years ago
Joe Finney
d324104b68
Merge pull request #20 from SaitoYutaka/master
...
Add launch.json for Visual Studio Code (Windows)
4 years ago
Joe Finney
bb8ecacec7
Merge pull request #21 from microbit-sam/add-oob
...
Add Out Of Box experience source code to samples
4 years ago
Joe Finney
f9a799486c
Merge pull request #22 from microbit-sam/no_mitm
...
Change pairing mode to "Just Works" on BLE samples
4 years ago
Sam Kent
acc41c736b
Update source/examples/out-of-box-experience/main.cpp
4 years ago
Sam Kent
8b2cef2608
Change pairing mode to "Just Works"
4 years ago
Sam Kent
8c60956a04
Add Out Of Box experience source
4 years ago
Joe Finney
8130101880
version 2.1.0
5 years ago
Saito Yutaka
42d6daa796
Add launch.json
...
Add launch.json.
Add how to debug on Visual Studio Code on README.md
5 years ago
Joe Finney
7368ba2747
Version lock to v2.0.0 releases
...
- Prevent default microbit-samples builds from using tags associated with
development/testing branches by default.
5 years ago
Joe Finney
15565dcae6
Bump to microbit-samples-rc9
6 years ago
Joe Finney
133937addf
Bump to microbit-samples-rc8
6 years ago
James Devine
52faa60a6c
microbit-samples: moved to v2.0.0-rc7
6 years ago
James Devine
03232fafb8
microbit-samples: moved to v2.0.0-rc6
6 years ago
James Devine
9d319cec11
microbit-samples: added carriage return to button events sample.
...
Closes #9
6 years ago
James Devine
da64478a09
Merge pull request #10 from bluetooth-mdw/master
...
Examples for Eddystone URL and UID beacons
6 years ago
Martin Woolley
67cf907341
Made event type more specific for listening to buttons
7 years ago
Martin Woolley
d1795695c9
Merge remote-tracking branch 'upstream/master'
7 years ago
Martin Woolley
6d51454bc9
Examples for Eddystone URL and UID beacons
7 years ago
Joe Finney
a858c4a1f8
Bump version to v2.0.0-rc5
7 years ago
Martin Woolley
f7e55cd8a5
Exit onConnect() when disconnected per @stigbjorlykke observation
7 years ago
Devine
b573c615b1
microbit-samples: neatened up warning on event handlers.
7 years ago
James Devine
549648d2f4
Merge pull request #7 from bluetooth-mdw/master
...
Added a couple of Bluetooth examples
7 years ago
Martin Woolley
5da9e35841
Added a couple of Bluetooth examples
7 years ago
James Devine
6de04d496c
Merge pull request #4 from jaustin/ProximityHeart-v2
...
Proximity heart v2
7 years ago
Jonathan Austin
9bb313f8e4
Give better feedback to user about disbaling BLE
...
This little chunk of pre-processor logic could/should migrate into
microbit-dal in the long run.
7 years ago
Jonathan Austin
274da8ba5a
Add a simple 'Proximity Heart' example
...
You must build this program with BLE disabled, using config.json or
MicroBitConfig.h
If you flash this onto two micro:bits, when in range they will both
display full hearts. When out of range they will show empty hearts.
Buttons:
A: make heart full
B: beat heart (make a small heart, then revert to large0
A+B: stop broadcasting (break up with the other micro:bit!)
There's a 'group_name' variable that lets you choose which micro:bits
will respond to each other on proximity. At the moment, it is left
as an exercise for the user to make the buttons also only work per
group!
7 years ago
Joe Finney
24d01aa6f3
microbit-samples: Restructured repo for easier use
...
- each sample now has a separate folder, named main.cpp
- added .yotta_ignore to prevent them all being linked together
- updated docs accordingly
7 years ago
Joe Finney
a9a4e43ffa
microbit-samples: Minor UX improvements to invaders sample
7 years ago
Joe Finney
557f16ab8d
microbit-samples: Added simple Space Invaders sample
7 years ago
James Devine
d0dabbb757
microbit-samples: removed default config.json, moved from rc3 to rc4
...
A default config.json confused users when try to set option using
MicroBitConfig.h.
This patch removes the default, and thus enforces a user to make
a conscious decision around whether to use yotta config, or MicroBitConfig.h
7 years ago
James Devine
caff795c67
microbit-samples: modified module.json to pull the latest tagged release of microbit
7 years ago
James Devine
628e34882c
microbit-samples: updated module.json to v2.0.0-rc3 and updated reference to microbit to v2.0.0-rc3
7 years ago
James Devine
a0432bf7ff
microbit-samples: added config.json to provide an example of microbit-dal configuration through yotta
7 years ago
James Devine
d425311990
microbit-samples: updated module.json to v2.0.0-rc2 and updated reference to microbit to v2.0.0-rc2
7 years ago
James Devine
5b14de2102
microbit-samples: updated module.json to point to a tagged release of microbit
7 years ago
Joe Finney
73f82275d7
microbit-samples: Update to make HelloWorld the default sample
7 years ago