microsoft / pxt-adafruit

Microsoft MakeCode editor for Adafruit Circuit Playground Express
https://makecode.adafruit.com
Other
81 stars 77 forks source link

Remove 'less than 10' behavior; make ex's similar #1151

Closed james1293 closed 4 years ago

james1293 commented 4 years ago
  1. I removed "When you graph values less than 10 the number of pixels that are turned on is the same as your value" because this isn't accurate in general (it's only true if the range is 10). IMO it wasn't obvious that this sentence described range=10.

  2. Just my own preference -- graphing 6 as the value with both ranges seems like the easiest way to grasp the concept.

Please let me know if you have any feedback, thanks!