updated category colors theme

This commit is contained in:
Peli de Halleux
2016-05-19 11:59:57 -07:00
parent f2bab5d122
commit 0b226bc9aa
12 changed files with 35 additions and 37 deletions

View File

@ -1,7 +1,7 @@
/**
* Control currents in Pins for analog/digital signals, servos, i2c, ...
*/
//% color=351 weight=30
//% color=#A80000 weight=30
namespace pins {
/**
* Re-maps a number from one range to another. That is, a value of ``from low`` would get mapped to ``to low``, a value of ``from high`` to ``to high``, values in-between to values in-between, etc.