if i read rtc get utctime i get a Tuple.
But where is the index function in blocks ?
ms = rtc.datetime()[7]
in python mode no problem, but in GUI(blocky) mode ?
T
Posts made by taunushexe
-
Index - missing
-
RGB Neopixel Stripe
in UIFlow 2 i get for RGB
rgb_0 = RGBUnit((1, 2), 60)
Why 2 Pins? normaly Neopixel uses 1 Output Pin
if i switch to custom setup , UIFlow will also ask for Input and Output
How can i generate
rgb_0 = RGBUnit(2, 60) (output on port B; G2 ) no Input Pin
I need G1 Port for a other Input
Or can i use the normal Micropython Neopixel port?
n = neopixel.NeoPixel(pin, 60) -
File open / read / write
in micropython i can open files and use it
how can i use it in uiflow ?
I want to read json data from a file (config data)
map < json < file