<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>UCUq on Zelbinium</title>
    <link>/en/ucuq/</link>
    <description>Recent content in UCUq on Zelbinium</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <atom:link href="/en/ucuq/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python - UCUq</title>
      <link>/en/ucuq/python/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/ucuq/python/</guid>
      <description>Online demonstrations of UCUq with Python # Here are a few programs using UCUq to control a simulation of various components connected to an ESP32.&#xA;If you haven&amp;rsquo;t already done so, launch below two applications for the use of the Wokwi simulation (more details here):&#xA;Wokwi simulation; configuration: Click on the inserts below and observe the result in the simulator. Programs are launched automatically.&#xA;You can modify a program directly in the navigator and/or relaunch it with the run button.</description>
    </item>
    <item>
      <title>Blockly - UCUq</title>
      <link>/en/ucuq/blockly/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/ucuq/blockly/</guid>
      <description>Online demonstrations of UCUq with Blockly # An overview of the use of Blockly to program with UCUq.&#xA;If you haven&amp;rsquo;t already done so, launch below two applications for the use of the Wokwi simulation (more details here):&#xA;Wokwi simulation; configuration: Click on the inserts below, then on the red button to launch the application. Observe the result in the simulator.&#xA;The code in the Python tab can be copied and executed in one of the dedicated inserts (with or without modifications).</description>
    </item>
    <item>
      <title>UCUq API</title>
      <link>/en/ucuq/api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/en/ucuq/api/</guid>
      <description>UCUq API # GPIO class # Manages an output corresponding to a microcontroller pin.&#xA;GPIO(&amp;lt;pin&amp;gt;) (constructor): returns an object managing the pin identified by &amp;lt;pin&amp;gt;; high(): sets the pin to high state; low(): sets the pin to the low state. WS2812 class # Manages LEDs of type WS2812.&#xA;WS2812(&amp;lt;pin&amp;gt;,&amp;lt;count&amp;gt;) (constructor): returns an object managing &amp;lt;count&amp;gt; WS2812 LEDs connected to pin &amp;lt;pin&amp;gt;; setValue(&amp;lt;index&amp;gt;, &amp;lt;value&amp;gt;): sets the LED of index &amp;lt;index&amp;gt; (starting at 0) to color &amp;lt;value&amp;gt; (a list or a tuples of format R,G,B from 0 to 255) in the buffer; fill(&amp;lt;value&amp;gt;): puts all LEDs at color &amp;lt;value&amp;gt; in the buffer; write(): sends buffer content to LEDs.</description>
    </item>
  </channel>
</rss>
