I hereby claim:
- I am stritti on github.
- I am stritti (https://keybase.io/stritti) on keybase.
- I have a public key ASA-egTOOfMZk5GjYFzTOYuYKhrRwa8GtzB2XlhCtoQT-Qo
To claim this, I am signing this object:
<!doctype html> | |
<html> | |
<head> | |
</head> | |
<body> | |
</body> | |
</html> |
... | |
<body> | |
<h1>The</h1> | |
<h2>Very Basic</h2> | |
<h3>Tic-Tac-Toe</h3> | |
</body> | |
... |
/** | |
* ESP8266 project template with optional: | |
* - WiFi config portal - auto or manual trigger | |
* - OTA update - Arduino or web server | |
* - Deep sleep | |
* - Process timeout watchdog | |
* | |
* Copyright (c) 2016 Dean Cording <[email protected]> | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Show Blocks</title> | |
<link rel="stylesheet" href="//pxt.azureedge.net/blob/c4478bc8315eba07849eb0eb2a4e7604081e3be7/doccdn/semantic.css" /> | |
<link rel="stylesheet" href="//pxt.azureedge.net/blob/cb1f99cdf08c83e493934fed721ec63c9123ae5f/doccdn/blockly.css" /> | |
</head> | |
<body> |
#include <Arduino.h> | |
#include "esp_system.h" | |
extern "C" { | |
uint8_t temprature_sens_read(); | |
} | |
void setup() { | |
Serial.begin(115200); | |
} |
Number Sensor_Solar_Temperature "Solar" | |
(gPool, gTemperature, Chart_Pool_Temperature) | |
["CurrentTemperature", "object:solar"] { | |
mqtt="<[mqtt:/sensor/solar/temperature:state:JSONPATH($. value)]" | |
} |
# C/C++ Coding Style for generic Projects | |
# UseTab: (VS Code current setting) | |
BasedOnStyle: LLVM | |
Language: Cpp | |
IndentWidth: 2 | |
ColumnLimit: 130 | |
BreakBeforeBraces: Attach | |
PointerAlignment: Left |
/* | |
Repeat timer example | |
This example shows how to use hardware timer in ESP32. The timer calls onTimer | |
function every second. | |
The timer can be stopped with button attached to PIN 0 (IO0). | |
This example code is in the public domain. | |
Origin source: https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/Timer/RepeatTimer/ | |
*/ |
I hereby claim:
To claim this, I am signing this object:
%homedrive%%homepath%/.platformio/packages/toolchain-xtensa/bin/xtensa-lx106-elf-addr2line.exe -fp -e ./.pioenvs/nodemcuv2/firmware.elf |