Eric Rosenbaum
|
3ae6c93394
|
Change l10n id so translations will update
|
2019-02-06 10:40:06 -05:00 |
|
Eric Rosenbaum
|
48e01fe1a3
|
Rename “spin speed” to “spin”
|
2019-02-05 17:22:17 -05:00 |
|
Eric Rosenbaum
|
78c72f4185
|
Add spacers
|
2019-02-05 17:22:06 -05:00 |
|
Evelyn Eastmond
|
39f69bd8c1
|
Separate out _spinSpeedFromGyro function.
|
2019-02-04 21:56:20 -05:00 |
|
Evelyn Eastmond
|
8da82cfe01
|
Adding JSDoc and removing extension manager gdx uncommenting.
|
2019-02-04 21:45:23 -05:00 |
|
Evelyn Eastmond
|
da3fc930b1
|
Factoring out a _onSensorValueChanged function.
|
2019-02-04 21:41:57 -05:00 |
|
Evelyn Eastmond
|
e87dd01629
|
Add clearing of values on disconnect.
|
2019-02-04 19:43:50 -05:00 |
|
Evelyn Eastmond
|
93aecc88be
|
Filling in some comments.
|
2019-02-04 19:41:07 -05:00 |
|
Evelyn Eastmond
|
9390cd0f8a
|
Fixing 'gyro' labels to 'spin speed'.
|
2019-02-04 19:41:07 -05:00 |
|
Evelyn Eastmond
|
d84dd72a8c
|
Removing canReadSensors and sensorsEnabled, first pass.
|
2019-02-04 19:41:07 -05:00 |
|
Evelyn Eastmond
|
eb4f6235d9
|
Testing new sensor array to store sensor data on/offline.
|
2019-02-04 19:41:07 -05:00 |
|
Eric Rosenbaum
|
12283daaa4
|
Merge pull request #1958 from ericrosenbaum/feature/vernier-updates
Update, re-order and clean up Vernier Force & Accel extension blocks
|
2019-01-30 16:49:46 -05:00 |
|
Eric Rosenbaum
|
3bdb13f049
|
Rename and re-order freefall threshold constant
|
2019-01-29 17:12:15 -05:00 |
|
Eric Rosenbaum
|
6cbc71f8d1
|
Add facing threshold
|
2019-01-29 17:09:11 -05:00 |
|
Eric Rosenbaum
|
4449ee7f0f
|
Only round sensor vals in opcodes
|
2019-01-28 17:45:16 -05:00 |
|
Eric Rosenbaum
|
c033732d62
|
Use enums and constants in isFacing
|
2019-01-28 17:15:37 -05:00 |
|
Eric Rosenbaum
|
f795197047
|
Enum and localization for facing up/down
|
2019-01-28 17:12:25 -05:00 |
|
Eric Rosenbaum
|
b5fb80190d
|
Factor out and scale spin speed
|
2019-01-28 17:06:14 -05:00 |
|
Eric Rosenbaum
|
1abbf55f55
|
Re-order and update blocks
|
2019-01-28 14:05:39 -05:00 |
|
Eric Rosenbaum
|
c542b2384f
|
Merge pull request #1938 from ericrosenbaum/bugfix/text2speech-default-input-localization
Fix Text to Speech extension default input localization
|
2019-01-28 10:40:58 -05:00 |
|
Eric Rosenbaum
|
92d2a1673a
|
Updating blocks
|
2019-01-24 17:01:46 -05:00 |
|
Eric Rosenbaum
|
09daeb53a1
|
Don’t use a variable in formatMessage
|
2019-01-23 17:56:38 -05:00 |
|
Eric Rosenbaum
|
9e00c06ddf
|
Localize the makey makey blocks
|
2019-01-23 14:05:00 -05:00 |
|
Eric Rosenbaum
|
9d4442444f
|
Merge pull request #1914 from bocoup/sensor-error
Prevent console errors when disconnecting/reconnect to Vernier extension
|
2019-01-18 17:09:38 -05:00 |
|
Eric Rosenbaum
|
0b251adace
|
Merge pull request #1763 from evhan55/extensions/disconnect-errors
Various fixes to extension disconnect errors
|
2019-01-18 16:58:45 -05:00 |
|
Evelyn Eastmond
|
6e290ea937
|
Calling microbit timeout error in an arrow function.
|
2019-01-16 16:23:06 -05:00 |
|
Evelyn Eastmond
|
5c885911e7
|
Replacing a timeout clear.
|
2019-01-16 16:06:44 -05:00 |
|
Evelyn Eastmond
|
28a54d6e83
|
Adding back in the disconnect branch to be fixed later in another PR.
|
2019-01-16 16:05:13 -05:00 |
|
Evelyn Eastmond
|
7ec9494804
|
Making corrections based on discussion with ericr.
|
2019-01-16 15:54:38 -05:00 |
|
Evelyn Eastmond
|
bd8f129022
|
Adding a TODO for an optional read param.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
e4b82aeaef
|
Adding callback back to battery read to fix clearing the characteristicChanged callback by accident.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
d7b6cfae97
|
Move micro:bit data stopped error string to constant. Added another jsdoc.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
f030afbdc5
|
Removing extra params from a BLE read in WeDo2.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
7518a9c149
|
Changing error to be more accurate.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
2d9531a15c
|
Removing console logs.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
fdda1e53e3
|
Change microbit extension to send BLE socket error on data lost, instead of calling disconnect directly.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
fab292889f
|
Adding disconnect callback to BT/BLE error system.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
a177b4eeb7
|
Adding interval to check for battery level.
|
2019-01-16 15:22:58 -05:00 |
|
Evelyn Eastmond
|
a6c05d8f61
|
Removing withResponse flag since it is not needed and was causing a crash on Windows.
|
2019-01-15 11:43:08 -05:00 |
|
Eric Rosenbaum
|
b57b6c0a84
|
Merge pull request #1916 from ericrosenbaum/bugfix/vernier-dont-keep-data
Prevent excess event emitting in Vernier extension
|
2019-01-15 11:07:35 -05:00 |
|
Eric Rosenbaum
|
e414e1b246
|
Add todo comment about keepValues flag
|
2019-01-15 10:46:22 -05:00 |
|
Eric Rosenbaum
|
2856b32dd5
|
Merge branch 'develop' into sensor-error
|
2019-01-15 10:38:51 -05:00 |
|
Eric Rosenbaum
|
8b2f326469
|
Merge pull request #1920 from evhan55/extensions/vernier-peripheral-list
Properly disconnect BLE socket in GDX-FOR scan/disconnect
|
2019-01-15 10:31:48 -05:00 |
|
Evelyn Eastmond
|
308bb7095a
|
Properly disconnect BLE socket.
|
2019-01-14 20:17:18 -05:00 |
|
Eric Rosenbaum
|
8f0e025261
|
Use flag to not keep data, and remove listener hack
|
2019-01-14 14:01:43 -05:00 |
|
Valerie Young
|
daccdb0a71
|
Satisfy linter
|
2019-01-11 16:53:47 -05:00 |
|
Valerie Young
|
f2f4af2590
|
Don't send disconnect to a closed device
|
2019-01-11 16:47:42 -05:00 |
|
Valerie Young
|
328e4480f6
|
Prevent reading non-existing sensors
|
2019-01-11 16:43:08 -05:00 |
|
Eric Rosenbaum
|
730ec44e5d
|
Update block icon
|
2019-01-11 12:07:16 -05:00 |
|
Valerie Young
|
9e612acb27
|
Forgotten parens
|
2019-01-11 11:00:08 -05:00 |
|