I hereby claim:
- I am sleventyeleven on github.
- I am sleventyeleven (https://keybase.io/sleventyeleven) on keybase.
- I have a public key whose fingerprint is 87EA 43F9 FA83 34DD 1565 122C 41DB 24BC D62B D2B8
To claim this, I am signing this object:
| import re | |
| import serial | |
| import threading | |
| import time | |
| # Configure the serial port. | |
| # Replace '/dev/ttyUSB0' with your actual port: | |
| # Windows: 'COM3', 'COM4', etc. | |
| # Mac/Linux: '/dev/ttyUSB0', '/dev/ttyAMA0', etc. | |
| SERIAL_PORT = 'COM3' |
| import serial | |
| import time | |
| # Configure the serial port. | |
| # Replace '/dev/ttyUSB0' with your actual port: | |
| # Windows: 'COM3', 'COM4', etc. | |
| # Mac/Linux: '/dev/ttyUSB0', '/dev/ttyAMA0', etc. | |
| SERIAL_PORT = '/dev/ttyS4' | |
| BAUD_RATE = 115200 | |
| target_addr = 10 |
| import serial | |
| import threading | |
| import time | |
| # Configure the serial port. | |
| # Replace '/dev/ttyUSB0' with your actual port: | |
| # Windows: 'COM3', 'COM4', etc. | |
| # Mac/Linux: '/dev/ttyUSB0', '/dev/ttyAMA0', etc. | |
| SERIAL_PORT = '/dev/ttyUSB4' | |
| BAUD_RATE = 115200 |
| { | |
| "root": "/etc/step-ca/certs/root_ca.crt", | |
| "federatedRoots": null, | |
| "crt": "/etc/step-ca/certs/intermediate_ca.crt", | |
| "key": "/etc/step-ca/secrets/intermediate_ca_key", | |
| "address": ":443", | |
| "insecureAddress": ":8080", | |
| "dnsNames": [ | |
| "ca" | |
| ], |
| import gpiod | |
| from flask import Flask, render_template, request | |
| # --- Configuration --- | |
| # Find the chip and line using the `gpiofind` command. | |
| # For example, to find PIN_11, run: `gpiofind PIN_11` | |
| # This might output something like "gpiochip0 11". | |
| GPIO_CHIP_NAME = "gpiochip3" | |
| # --- Flask App Initialization --- |
I hereby claim:
To claim this, I am signing this object: