Main Page: Difference between revisions
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
<li style="display: inline-block;"> [[File:Octoprint-600x400.png|thumb|100px|link=http://192.168.2.188:5000/#|Octoprint]] </li> | <li style="display: inline-block;"> [[File:Octoprint-600x400.png|thumb|100px|link=http://192.168.2.188:5000/#|Octoprint]] </li> | ||
<syntaxhighlight lang="Python" | <syntaxhighlight lang="Python" style="border:3px dashed blue"> | ||
def quickSort(arr): | def quickSort(arr): | ||
less = [] | less = [] | ||
Revision as of 07:45, 23 June 2019
| Main Page |
|
| https://bogza.ro/index.php/Main_Page | |
Shortcuts


<syntaxhighlight lang="Python" style="border:3px dashed blue"> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>
Projects
| Project naming | |||||||
|---|---|---|---|---|---|---|---|
| Author | Year | Attributes | Version | Number | |||
| Abr | Description | Abr | Description | Abr | Description | ||
| T | Tinel | 19 | 2019 | S | Sensor | V | 01 |
| M | Motion | ||||||
| W | WiFi | ||||||
| A | Actuator | ||||||
List of things
| Thing id | Project code | Date completed | Software version | Short description |
|---|---|---|---|---|
| 18fe34d578c1 | T19SMWV01 | 01.05.2019 | ff28cc0 | Triple motion sensor (radar/ultrasonic/PIR) |
| ?? | T19AWV01 | ?? | ?? | Led strip actuator with mosfet |
Sensors

Actuators

Adapter PCB

Software
























