I hereby claim:
- I am tkerby on github.
- I am tkerby (https://keybase.io/tkerby) on keybase.
- I have a public key whose fingerprint is F497 405D 7160 F512 7F9F A1FD FEF2 1F2C 4CE2 F7E4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)
| #!/usr/bin/env python3 | |
| from typing import Iterable, Union, Any | |
| # freq: frequency in Hz | |
| # zerolen: length of space bit in μs | |
| # onelen: length of mark bit in μs | |
| # repeats: number of times to repeat sequence | |
| # pause: time to wait in μs between sequences | |
| # bits: string of ones and zeros to represent sequence |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Paxton Fob converter</title> | |
| <style> | |
| table, th, td, div { | |
| border: 1px solid black; | |
| } |