Skip to content

Instantly share code, notes, and snippets.

View Tmbao's full-sized avatar

Bao Truong Tmbao

  • Sydney, NSW, Australia
View GitHub Profile
@Tmbao
Tmbao / irrigation_controller_bx1.yaml
Created October 3, 2023 22:27
Holman BX1 ESP Adapter
esphome:
name: irrigation-controller
friendly_name: Irrigation Controller
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
@Tmbao
Tmbao / fpfh.cpp
Created February 6, 2017 03:53
FPFH
//
// main.cpp
// FPFHExtractor
//
// Created by Bao Truong on 2/5/17.
// Copyright © 2017 Bao Truong. All rights reserved.
//
#include <iostream>
#include <string>