mirror of
https://github.com/aster94/logic-analyzer.git
synced 2026-05-02 16:38:51 +03:00
Some things are ready
-Fixed Scroll reducer. -Some functions were broken down into simpler functions, to facilitate the reading of the code. -The spanish comments were changed to english -Some variables like cursera or curseraf now they have names that give meaning to what they are.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* ESP8266.ino
|
||||
*
|
||||
* Author : yoursunny
|
||||
* Led: LED_BUILTIN
|
||||
*/
|
||||
|
||||
#include <c_types.h>
|
||||
@@ -31,7 +30,7 @@ void setup() {
|
||||
Serial.begin(baudrate);
|
||||
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
digitalWrite(LED_BUILTIN, HIGH);
|
||||
digitalWrite(LED_BUILTIN, LOW);
|
||||
|
||||
pinMode(PIN0, INPUT_PULLUP);
|
||||
pinMode(PIN1, INPUT_PULLUP);
|
||||
|
||||
Reference in New Issue
Block a user