Skip to content

Commit 3550fb7

Browse files
committed
Some updates
1 parent e679aee commit 3550fb7

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub issues](https://img.shields.io/github/issues/fawno/HiDANCE)](https://github.com/fawno/HiDANCE/issues)
66
[![GitHub forks](https://img.shields.io/github/forks/fawno/HiDANCE)](https://github.com/fawno/HiDANCE/network)
77
[![GitHub stars](https://img.shields.io/github/stars/fawno/HiDANCE)](https://github.com/fawno/HiDANCE/stargazers)
8-
[![Documentation](https://img.shields.io/badge/documentation-blue)](docs/README.md)
8+
[![Documentation](https://img.shields.io/badge/documentation-blue)](docs)
99

1010
# HiDANCE E-meters interface in PHP
1111

File renamed without changes.

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation
22

33
#### HiDANCE J7-H USB Energy Meter
4-
- [J7-H User Manual](J7-H/J7-H.md)
4+
- [J7-H User Manual](J7-H)
55

66
#### JDY-16 High Speed Transparent Transmission Bluetooth Module
77
- [JDY-16 v1.2 (English manual)](JDY-16/JDY-16%20v1.2%20(English%20manual).pdf)

examples/read.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
use Fawno\HiDANCE\J7H;
55

66
$jdy = new J7H('COM8');
7+
echo $jdy->sendAT();
78

89
//$filename = strftime('data/jdy-%Y%m%d-%H%M.raw');
910
$filename = null;

0 commit comments

Comments
 (0)