Compare commits
23 Commits
v3.0.30
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
00671944dd | |||
bb996712e2 | |||
d0a85fd0d2 | |||
d8167ae9ff | |||
8040c1265a | |||
c5b86dea72 | |||
4ad347214d | |||
d47ea29d1a | |||
738acc328f | |||
ee8c698cc2 | |||
d624f5c04a | |||
800c8fb088 | |||
42ee472c58 | |||
3923944a2e | |||
d51b5bc1f4 | |||
3742cc45f2 | |||
b6398d35c4 | |||
1c2bbed2a9 | |||
971f0b9ee0 | |||
4cbd9be8b8 | |||
b3f09e56ce | |||
77675c1776 | |||
04c1fb49aa |
3
.github/workflows/testghpkgs.yml
vendored
@ -1,8 +1,7 @@
|
||||
name: pxt-testghpkgs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 6'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
|
||||
pxt-calliope is a [Microsoft Programming Experience Toolkit (PXT)](https://github.com/Microsoft/pxt) target that allows you to program a [BBC micro:bit](https://microbit.org/).
|
||||
pxt-calliope is a [Microsoft Programming Experience Toolkit (PXT)](https://github.com/Microsoft/pxt) target that allows you to program a [Calliope mini](https://calliope.cc/en).
|
||||
|
||||
|
||||
* [Try it live](https://makecode.calliope.cc/)
|
||||
|
13
calliope.code-workspace
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../pxt"
|
||||
},
|
||||
{
|
||||
"path": "../pxt-common-packages"
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 62 KiB |
@ -1,3 +1,3 @@
|
||||
{
|
||||
"appref": "v1.0.25"
|
||||
"appref": "v3.0.33"
|
||||
}
|
||||
|
12
docs/mini.pxt.io.md
Normal file
@ -0,0 +1,12 @@
|
||||

|
||||
|
||||
|
||||
# MAKECODE UPDATE
|
||||
|
||||
## MakeCode Support nur noch eingeschränkt.
|
||||
|
||||
Der MakeCode Support für die erste Version des Calliope mini (IT-Gipfel) wird nun eingeschränkt.
|
||||
|
||||
Es kann zwar weiterhin die Editorversion [https://MakeCode.calliope.cc](https://MakeCode.calliope.cc) genutzt werden, allerdings ist diese nicht mehr komplett kompatibel zum Calliope mini der ersten Generation.
|
||||
|
||||
Eine Alternative stellt das [Open Roberta Lab](https://lab.open-roberta.org/) dar.
|
@ -22,7 +22,7 @@ Melodies are a sequence of notes, each played for some small amount time, one af
|
||||
music.beginMelody(['g4:1', 'c5', 'e', 'g:2', 'e:1', 'g:3'], MelodyOptions.Once)
|
||||
```
|
||||
|
||||
Melodies are played either in the _foreground_ or _background_. This allows more than one melody to be active at once. If a melody is set to play in the background, it can be interrupeted, or paused, temporarily while a melody set for the foreground is played. If the foreground melody is not set to play ``forever``, then the background melody resumes when the foreground melody is finished.
|
||||
Melodies are played either in the _foreground_ or _background_. This allows more than one melody to be active at once. If a melody is set to play in the background, it can be interrupted, or paused, temporarily while a melody set for the foreground is played. If the foreground melody is not set to play ``forever``, then the background melody resumes when the foreground melody is finished.
|
||||
|
||||
You can set options for how you want the melody to play. You can ask that the melody plays just one time, ``once``, or have it keep repeating, ``forever``. With these options the melody will play in the foreground either once or continue to repeat. Of course, if you set ``forever``, any melody that was started in background will never play unless you [stop](/reference/music/stop-melody) the foreground melody. To make a background melody, set the option to ``once in background`` or ``forever in background``.
|
||||
|
||||
|
BIN
docs/static/Microsoft-logo_rgb_c-gray-square.png
vendored
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
docs/static/Microsoft-logo_rgb_c-gray.png
vendored
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 12 KiB |
BIN
docs/static/bluetooth/Bluetooth_SIG.png
vendored
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.5 KiB |
BIN
docs/static/bluetooth/gatt_hierarchy.png
vendored
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/static/bluetooth/services_and_GATT.png
vendored
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 21 KiB |
BIN
docs/static/coding-cards/balance-card.jpg
vendored
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/static/coding-cards/dice-card.jpg
vendored
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/static/coding-cards/games-nervous.jpg
vendored
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 19 KiB |
BIN
docs/static/coding-cards/games-reaction.jpg
vendored
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/static/coding-cards/games-shake.jpg
vendored
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 17 KiB |
BIN
docs/static/coding-cards/games-sprite.jpg
vendored
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/static/coding-cards/games-zen.jpg
vendored
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 16 KiB |
BIN
docs/static/coding-cards/trundlewheel-card.jpg
vendored
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 20 KiB |
BIN
docs/static/configurations/chrome-version.png
vendored
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 10 KiB |
BIN
docs/static/configurations/edge-version.png
vendored
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
docs/static/configurations/ie-version.png
vendored
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 12 KiB |
BIN
docs/static/configurations/osx-version.png
vendored
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 120 KiB |
BIN
docs/static/configurations/safari-version.png
vendored
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 42 KiB |
BIN
docs/static/configurations/windows-version.png
vendored
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 72 KiB |
BIN
docs/static/courses/logic-lab.png
vendored
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
docs/static/courses/logic-lab/logic-lab-header.jpg
vendored
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 24 KiB |
BIN
docs/static/courses/logic-lab/pld/and-gate-pins.png
vendored
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
docs/static/courses/logic-lab/pld/and-gate-pld.png
vendored
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 59 KiB |
BIN
docs/static/courses/logic-lab/pld/generic-pld.png
vendored
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
docs/static/courses/logic-lab/pld/mbit-pld.png
vendored
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 78 KiB |
BIN
docs/static/courses/logic-lab/pld/not-and-or-pld.png
vendored
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 4.1 KiB |
BIN
docs/static/courses/logic-lab/pld/not-and-or.png
vendored
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
BIN
docs/static/courses/logic-lab/pld/not-gate-pins.png
vendored
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
docs/static/courses/logic-lab/pld/not-gate-pld.png
vendored
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 58 KiB |
BIN
docs/static/courses/logic-lab/pld/or-gate-pins.png
vendored
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
docs/static/courses/logic-lab/pld/or-gate-pld.png
vendored
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 59 KiB |
BIN
docs/static/courses/logic-lab/pld/xor-gate-pld.png
vendored
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 59 KiB |
BIN
docs/static/courses/logic-lab/pld/xor-mbit.png
vendored
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 7.3 KiB |
BIN
docs/static/electron-dmg.png
vendored
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
docs/static/electron-dmg@2x.png
vendored
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 6.5 KiB |
BIN
docs/static/hero.jpg
vendored
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 98 KiB |
BIN
docs/static/icons/android-chrome-192x192.png
vendored
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
BIN
docs/static/icons/apple-touch-icon.png
vendored
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
docs/static/icons/favicon-16x16.png
vendored
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 789 B |
BIN
docs/static/icons/favicon-32x32.png
vendored
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
docs/static/icons/mstile-150x150.png
vendored
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 5.9 KiB |
BIN
docs/static/libs/radio.png
vendored
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 36 KiB |
BIN
docs/static/live-coding/live.jpg
vendored
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.5 KiB |
BIN
docs/static/live-coding/live.png
vendored
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 56 KiB |
BIN
docs/static/live-coding/playlist.png
vendored
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 41 KiB |
BIN
docs/static/logo_texture2.png
vendored
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 779 B |
BIN
docs/static/logo_texture3.png
vendored
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 5.5 KiB |
BIN
docs/static/mb/device/calliope_website.jpg
vendored
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 23 KiB |
BIN
docs/static/mb/projects/name-badge/picture1.png
vendored
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 160 KiB |
BIN
docs/static/mb/projects/name-badge/picture2.png
vendored
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 181 KiB |
BIN
docs/static/mb/projects/name-badge/picture3.png
vendored
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 134 KiB |
BIN
docs/static/mb/projects/name-badge/picture4.png
vendored
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 150 KiB |
BIN
docs/static/mb/projects/name-badge/picture5.png
vendored
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 100 KiB |
BIN
docs/static/mb/projects/name-badge/picture6.png
vendored
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 184 KiB |
BIN
docs/static/mb/projects/name-badge/picture7.png
vendored
Before Width: | Height: | Size: 253 KiB After Width: | Height: | Size: 245 KiB |
BIN
docs/static/mb/projects/name-badge/picture8.png
vendored
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 140 KiB |
BIN
docs/static/mb/projects/name-badge/picture9.png
vendored
Before Width: | Height: | Size: 524 KiB After Width: | Height: | Size: 514 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 13 KiB |
BIN
docs/static/mb/science-experiments/egg-drop.jpg
vendored
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 9.9 KiB |
BIN
docs/static/mb/science-experiments/soil-moisture.jpg
vendored
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 9.8 KiB |
BIN
docs/static/mb/translate/libsfiles.png
vendored
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 39 KiB |