This file contains 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: | |
includes: | |
- winsen_ze08.h | |
uart: | |
- id: uart_ze08 | |
rx_pin: GPIO16 | |
tx_pin: GPIO17 | |
baud_rate: 9600 |
This file contains 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
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix qb: <http://purl.org/linked-data/cube#> . | |
@prefix dc: <http://purl.org/dc/elements/1.1#> . | |
@prefix dcterms: <http://purl.org/dc/terms#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1#> . | |
@prefix cn: <file:Data/cn-cwm.n3#> . |