This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: irrigation-controller | |
friendly_name: Irrigation Controller | |
esp32: | |
board: esp32dev | |
framework: | |
type: arduino | |
# Enable logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.cpp | |
// FPFHExtractor | |
// | |
// Created by Bao Truong on 2/5/17. | |
// Copyright © 2017 Bao Truong. All rights reserved. | |
// | |
#include <iostream> | |
#include <string> |