Erick Simões

Results 6 issues of Erick Simões

Uma forma fácil de iterar sobre `arrays` é usando um `foreach`, que nada mais é do que um `for` otimizado. Várias linguagens de programação implementam esse laço de repetição: PHP:...

aprimoramento

Translate README file to Spanish. Description The README.md file is available in English only. To expand the reach of this lib, it is important that it be available in other...

docs
good first issue

The comments are very long, in some cases taking up 10 lines. To improve readability, I recommend putting only references to the latest update. The history of who created or...

docs
good first issue

This references is from #61

docs
good first issue

On that [line](https://github.com/pololu/qtr-sensors-arduino/blob/4a0d1c59842307164735f923f0eb99cbb2538428/examples/QTRRCExample/QTRRCExample.ino#L77), the comment says that the returned value will be between 0 and 5000. It turns out that with a size 8 sensor, the reading should vary between...

Pensando em poder dar continuidade a um código complexo para poder estudar depois ou para facilitar o compartilhamento do código, sugiro que seja possível salvar localmente (ou online) o código...

enhancement