How To – DIY – Projects

DIY Flex sensor

DIY Flex sensor using Sugru and graphite powder (Resistencia flexible usando Sugru y polvo de grafito)

Este es el primero de 5 instructables que surgieron del Instructables & Sugru build night (and day en nuestro caso) que hicimos en el Laboratorio de Juguete, el 20 de julio del 2013:  una Resistencia Flexible o Flex Sensor hecha con Sugru y polvo de grafito: ——————————————- This is the first of 5 instructables from Instructables […]

DIY Flex sensor using Sugru and graphite powder (Resistencia flexible usando Sugru y polvo de grafito) Read More »

Arduino String Comparison Operators

Arduino String Comparison Operators Code

The String comparison operators, ==, !=,>, < ,>=, <= , and the functionsequals() and equalsIgoreCase() allow you to make alphabetic comparisons between Strings. They’re useful for sorting and alphabetizing, among other things. The operator == and the function equals() perform identically. It’s just a matter of which you prefer. So if (stringOne.equals(stringTwo)) { [Get Code]

Arduino String Comparison Operators Code Read More »

Scroll to Top