Saturday, May 25, 2019

Starting with Arduino



https://www.tinkercad.com/things/8YYy0sQM6cC
Multiple led https://www.tinkercad.com/things/ihxNGBzfmHo

References:

[1] Beginning C for Arduino http://it-ebooks.info/book/1581/
[2] Alternative IDE fritzing http://fritzing.org

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...