Skip to content

Commit 12620f4

Browse files
author
Main Push Robot
committed
Committing dev changes
1 parent ac9945c commit 12620f4

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@
22

33
[![Make docs and publish to GitHub Pages](https://github.com/SolderedElectronics/Soldered-Hall-Effect-Sensor-Arduino-Library/actions/workflows/make_docs.yml/badge.svg?branch=dev)](https://github.com/SolderedElectronics/Soldered-Hall-Effect-Sensor-Arduino-Library/actions/workflows/make_docs.yml)
44

5-
| ![Hall effect sensor breakout with digital output](https://github.com/SolderedElectronics/Hall-effect-sensor-breakout-with-digital-output-hardware-design/blob/main/OUTPUTS/V1.1.1/333080.jpg) |
6-
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
7-
8-
| [Hall effect sensor breakout with digital output](https://www.solde.red/333080)
5+
| ![Hall effect sensor breakout with analog output](https://github.com/SolderedElectronics/Hall-effect-sensor-breakout-with-digital-output-hardware-design/blob/main/OUTPUTS/V1.1.1/333080.jpg) |
6+
| :------------------------------------------------------------------------------------------------------------------------------: |
7+
| [Hall effect sensor breakout with analog output](https://www.solde.red/333079) |
98

10-
| ![Hall effect sensor breakout with analog output](https://github.com/SolderedElectronics/Hall-effect-sensor-breakout-with-analog-output-hardware-design/blob/main/OUTPUTS/V1.1.1/333079.jpg) |
11-
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
9+
| ![Hall effect sensor breakout with digital output](https://github.com/SolderedElectronics/Hall-effect-sensor-breakout-with-analog-output-hardware-design/blob/main/OUTPUTS/V1.1.1/333079.jpg) |
10+
| :------------------------------------------------------------------------------------------------------------------------------: |
11+
| [Hall effect sensor breakout with digital output](https://www.solde.red/333080) |
1212

13-
| [Hall effect sensor breakout with analog output](https://www.solde.red/333079)
13+
| ![Hall effect sensor breakout with analog output & easyC](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
14+
| :------------------------------------------------------------------------------------------------------------------------------: |
15+
| [Hall effect sensor breakout with analog output & easyC](https://www.solde.red/333081) |
1416

1517
| ![Hall effect sensor breakout with digital output & easyC](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
16-
| :-------------------------------------------------------------------------------------------------------------------------------: |
17-
| [Hall effect sensor breakout with digital output & easyC](https://www.solde.red333081) |
18-
19-
| ![Hall effect sensor breakout with analog output & easyC](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
2018
| :------------------------------------------------------------------------------------------------------------------------------: |
21-
| [Hall effect sensor breakout with analog output & easyC](https://www.solde.red333082) |
19+
| [Hall effect sensor breakout with digital output & easyC](https://www.solde.red/333082) |
2220

2321
The analog Hall Effect sensor will be able to detect the magnetic field in its vicinity thanks to the aforementioned physical law. A magnetic field that can be created by a magnet, a current flowing through a conductor or some third source, the Hall effect sensor will recognize each. The stronger the magnetic field, the higher the voltage will be at the output of this sensor, so it is a sensor with analog output. Available as an EasyC board and standalone.
2422

examples/analogRead_easyC/analogRead_easyC.ino renamed to examples/analogReadEasyC/analogReadEasyC.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
**************************************************
33
*
4-
* @file analogRead_easyC.ino
4+
* @file analogReadEasyC.ino
55
* @brief Example of using the easyC Analog Hall Effect sensor by Soldered Electronics
66
* For more info, see: solde.red/333082
77
*

examples/digitalRead_easyC/digitalRead_easyC.ino renamed to examples/digitalReadEasyC/digitalReadEasyC.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
**************************************************
33
*
4-
* @file digitalRead_easyC.ino
4+
* @file digitalReadEasyC.ino
55
* @brief Example of using the easyC Digital Hall Effect sensor by Soldered Electronics
66
* For more info, see: solde.red/333081
77
*

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=Hall-Effect-Sensor-Soldered
1+
name=Soldered Hall Effect Library
22
version=1.0.0
33
author=Soldered
44
maintainer=Soldered <[email protected]>
55
sentence=Hall Effect Sensor library (Analog and Digital, regular and EasyC)
66
paragraph=This is a library for the Hall Effect sensor product family by Soldered.
7-
category=Sensor
7+
category=Sensors
88
url=https://solde.red/333079
99
repository=https://github.com/SolderedElectronics/Soldered-Hall-Effect-Sensor-Arduino-Library
1010
architectures=*

0 commit comments

Comments
 (0)