From c7d36a5e8201aed1a846408458555c06e67e2783 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 30 Oct 2017 09:55:36 -0700 Subject: [PATCH] moving motors up --- libs/ev3/ns.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libs/ev3/ns.ts b/libs/ev3/ns.ts index d429cb02..36ab258f 100644 --- a/libs/ev3/ns.ts +++ b/libs/ev3/ns.ts @@ -4,12 +4,13 @@ namespace brick { } -//% color="#D42878" weight=95 -namespace sensors { + +//% color="#8AC044" weight=95 icon="\uf185" +namespace motors { } -//% color="#8AC044" weight=90 icon="\uf185" -namespace motors { +//% color="#D42878" weight=90 +namespace sensors { } //% color="#DF5014" weight=80