Skip to content

Commit 1ec03c2

Browse files
committed
Version 1.0.1.
1 parent 794168a commit 1ec03c2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LEADS",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Lightweight Embedded Assisted Driving System Arduino Library",
55
"repository": {
66
"type": "git",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=LEADS
2-
version=1.0.0
2+
version=1.0.1
33
author=ProjectNeura <[email protected]>
44
maintainer=ProjectNeura <[email protected]>
55
sentence=Lightweight Embedded Assisted Driving System Arduino Library
66
paragraph=Lightweight Embedded Assisted Driving System Arduino Library
7-
category=Adapter
7+
category=Device Control
88
url=https://github.com/ProjectNeura/LEADS-Arduino
99
architectures=*

src/LEADS.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "Algorithms.h"
2+
#include "Controller.h"
3+
#include "Device.h"
4+
#include "WheelSpeedSensor.h"

0 commit comments

Comments
 (0)