Skip to content

Instantly share code, notes, and snippets.

@Hadlock
Hadlock / led-sign-blink.ino
Created September 20, 2023 23:21
blink gist for arduino for LED sign with arduino relay controller 5v logic
This file has been truncated, but you can view the full file.
;FLAVOR:Marlin
;TIME:39095
;Filament used: 32.2618m
;Layer height: 0.2
;Generated with Cura_SteamEngine 3.2.1
M190 S60
M104 S200
M109 S200
M82 ;absolute extrusion mode
G28 ;Home
@Hadlock
Hadlock / structured-logging.py
Created December 30, 2020 22:13
Splunk-compatible structured logging python 3
#!/usr/bin/env python3
import datetime
import time
import logging
import sys
import structlog
logging.basicConfig(stream=sys.stdout, format="%(message)s", level=logging.INFO)
1. [ ] secure can talk to fimdozer
2. [ ] fimdozer installed on appliance
3. [ ] fimdozer can return dll to secure
4. [ ] secure can send dll to CM
5. [ ] CM can send dll to node
6. [ ] Service can hotload dll
7. [ ] Whitelist and blacklist work
8. [x] Install works
9. [ ] Uninstall works