sudo apt update
sudo apt install picocom -y
I hereby claim:
- I am eeparker on github.
- I am eeparker (https://keybase.io/eeparker) on keybase.
- I have a public key ASDBCFpk6_oj3yBsnV4ieW0Hlt2S_D54ZtqWoL0eLodJzAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
const uint8_t PIN_PWR = 15; | |
float r1 = 10.0f; | |
float r2 = 10.0f; | |
float r3 = 10.0f; | |
float r2r3 = r2 + r3; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Add this to the global system announcement banner --> | |
<style type="text/css"> | |
.ghx-issue .ghx-highlighted-fields { | |
position: absolute; | |
margin: 0 !important; | |
top: 4px; | |
left: 140px; | |
} | |
#ghx-column-header-group { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mergetool] | |
prompt = false | |
keepBackup = false | |
keepTemporaries = false | |
[merge] | |
tool = winmerge | |
[mergetool "winmerge"] | |
name = WinMerge | |
trustExitCode = true | |
cmd = \"C:/Program Files (x86)/WinMerge/WinMergeU.exe\" -u -e -dl \"Local\" -dr \"Remote\" $LOCAL $REMOTE $MERGED |