Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nxt Light Sensor support #1027

Merged
merged 54 commits into from
Feb 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
9397641
add-subcategories
THEb0nny Jun 7, 2023
8596741
first-support-version
THEb0nny Jul 11, 2023
61cb6cc
update
THEb0nny Jul 13, 2023
5753d38
Update ns.ts
THEb0nny Sep 26, 2023
6414efe
sens-sim-support
THEb0nny Oct 17, 2023
5dacf1a
min-and-max-metod
THEb0nny Oct 19, 2023
5087eb8
sim-support-new-chenges
THEb0nny Oct 20, 2023
9ff419d
for-sim
THEb0nny Oct 23, 2023
1387d1a
Update input.ts
THEb0nny Oct 23, 2023
98dc3b4
add-test
THEb0nny Oct 23, 2023
2e32bb1
fix-convert-range-bug
THEb0nny Oct 23, 2023
44825ed
Update light.ts
THEb0nny Oct 23, 2023
a093f15
Update test.ts
THEb0nny Oct 23, 2023
a78beb8
Update test.ts
THEb0nny Oct 23, 2023
d475ec5
Update test.ts
THEb0nny Oct 23, 2023
e1ceb06
removing-function-doesnt-work
THEb0nny Oct 23, 2023
a387ff2
checking-input-values
THEb0nny Oct 23, 2023
68b036b
set-nxt-light-sensor-svg
THEb0nny Oct 23, 2023
c9bec99
Update light.ts
THEb0nny Oct 24, 2023
515cb30
update-for-sim
THEb0nny Oct 24, 2023
5306528
Update NXT Light Sensor.svg
THEb0nny Nov 3, 2023
4152887
resolving-conflict-with-master
THEb0nny Nov 3, 2023
59d9776
resolving-conflict-with-master-2
THEb0nny Nov 3, 2023
d3e36fd
Merge branch 'master' into nxt-light-sensor-support
THEb0nny Nov 3, 2023
2c72a0b
resolving-conflict-with-master-3
THEb0nny Nov 3, 2023
a5f30eb
Update nxtLightSensorView.ts
THEb0nny Nov 3, 2023
9ec2384
Update input.ts
THEb0nny Nov 6, 2023
cc28b07
value-range-update
THEb0nny Nov 6, 2023
7915158
Update light.ts
THEb0nny Nov 6, 2023
b255a91
some-changes-for-the-mode
THEb0nny Nov 6, 2023
aaa09d8
LightWheelControl-is-always-activated-except-in-none-mode
THEb0nny Nov 6, 2023
70503a1
4096-to-4095
THEb0nny Nov 6, 2023
2f7fac2
enum-NXTLightIntensityMode
THEb0nny Nov 6, 2023
161f44d
light-sensor-svg-updage
THEb0nny Nov 10, 2023
a688fea
update-light-sensor-ts
THEb0nny Nov 10, 2023
43d9e1f
ambient-modes-set-invisible
THEb0nny Nov 12, 2023
79b7d2a
range-from-lego-sources
THEb0nny Nov 12, 2023
42d8eb0
sim-fix-for-sensor
THEb0nny Nov 12, 2023
261fd04
query-update-and-add-treshold-blocks
THEb0nny Nov 12, 2023
d507dce
test-upd
THEb0nny Nov 23, 2023
368d3a3
Update lightWheel.ts
THEb0nny Nov 27, 2023
229af21
changes-light-sensor-for-sim
THEb0nny Dec 8, 2023
b24c6ba
deviceType-analog-sens-class
THEb0nny Dec 8, 2023
a2eb462
Update light.ts
THEb0nny Dec 8, 2023
08c6c86
fix-range-for-refLight-and-ambLight
THEb0nny Dec 11, 2023
8cbe429
export-enum-DevConOff
THEb0nny Dec 11, 2023
18b3f88
bug-fix-from-previous-version
THEb0nny Dec 13, 2023
e6e2e6a
sensor-activation
THEb0nny Dec 13, 2023
a5bd2c1
Update light.ts
THEb0nny Dec 13, 2023
085e511
Update light.ts
THEb0nny Dec 13, 2023
c615b73
lib-not-include-by-defl
THEb0nny Dec 13, 2023
a58f178
light-to-bright
THEb0nny Dec 14, 2023
0161690
add-docs
THEb0nny Dec 14, 2023
bc48fe0
Update nxt-light-sensor.md
THEb0nny Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update nxt-light-sensor.md
  • Loading branch information
THEb0nny committed Dec 14, 2023
commit bc48fe039321d5c8c1f5c0e2e6074561fa9ff424
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# NXT light sensor

```cards
sensors.color1.light(LightIntensityMode.Ambient)
sensors.nxtLight1.light(NXTLightIntensityMode.Reflected)
sensors.nxtLight1.light(NXTLightIntensityMode.ReflectedRaw)
```

## See slso
Expand Down