Skip to content

Commit

Permalink
Added YML file and license
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrominatel committed Sep 23, 2024
1 parent aca0115 commit 6304c53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/ds18b20/examples/ds18b20-read/main/ds18b20-read.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/

#include <stdio.h>
#include "ds18b20.h"
#include "onewire_bus.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies:
espressif/ds18b20:
version: "*"
override_path: '../../../'

0 comments on commit 6304c53

Please sign in to comment.