Last active
January 31, 2025 20:07
-
-
Save OdinsHat/bd10f0b5dcd4733d745cb876822ead1e to your computer and use it in GitHub Desktop.
Revisions
-
OdinsHat revised this gist
Jan 18, 2021 . No changes.There are no files selected for viewing
-
OdinsHat revised this gist
Jan 18, 2021 . No changes.There are no files selected for viewing
-
OdinsHat revised this gist
Jan 18, 2021 . No changes.There are no files selected for viewing
-
OdinsHat revised this gist
Jan 18, 2021 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,4 @@ from math import * name = input("What's your name?") print("Hello %s!" % name) -
OdinsHat revised this gist
Jan 18, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ from math import * -
OdinsHat created this gist
May 19, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ #!/bin/sh #this is the command to type when installing ESP Easy to your ESP8266 device. sudo python esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ESP_Easy_mega-20200426_dev_ESP8266_4M1M.bin