Skip to content

Instantly share code, notes, and snippets.

@goebish
goebish / CX10_Blue_PCB.ino
Last active February 1, 2026 23:35
Cheerson CX-10 Tx Arduino Code (blue PCB)
// Update : a xn297 is not required anymore, it can be emulated with a nRF24l01 :
// https://gist.github.com/goebish/ab4bc5f2dfb1ac404d3e
// **************************************************************
// ****************** CX-10 Tx Code (blue PCB) ******************
// by goebish on RCgroups.com
// based on green pcb cx-10 TX code by closedsink on RCgroups.com
// based largely on flysky code by midelic on RCgroups.com
// Thanks to PhracturedBlue, hexfet, ThierryRC
// Hasi for his arduino PPM decoder
@sa7dse
sa7dse / imapfilter@.service
Last active July 11, 2017 10:22
systemd unit file for imapfilter
[Unit]
Description=Imapfilter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/imapfilter -dc /home/%I/.imapfilter/config.lua
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always