Skip to content

Commit 96d0120

Browse files
committed
v0.4.2 Stepper commands first-pass
1 parent a0a96e8 commit 96d0120

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# Changelog
22
All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33

4-
## [0.3.7] - 2022-12-18
4+
## [0.4.2] - 2024-2-14
5+
6+
### Added Stepper Functions
7+
- Stepper_Initialize
8+
- Stepper_SetStepsPerSecond
9+
- Stepper_SetSpeedPercent
10+
- Stepper_EnableMotorRamping
11+
- Stepper_RunMs
12+
- Stepper_Stop
13+
14+
*NOTE* Run-timing callbacks are not used fully
15+
16+
### Fixed
17+
- ConfigureAutoFireDriver(..) PulesMS is now used properly
18+
19+
### Adjusted
20+
- Expantion module core refactor
21+
22+
23+
## [0.3.7] - 2023-12-18
524

625
### Adjusted
726
- ConfigureFlipper_Dual(..) now allows you to specify the strong coil pulse MS
827

928

10-
## [0.3.6] - 2022-10-26
29+
## [0.3.6] - 2023-10-26
1130

1231
### Added Servo Functions
1332
- Servo_SetConfig
@@ -17,28 +36,28 @@ All notable changes to this package will be documented in this file. The format
1736
- Servo_GetRotation
1837

1938

20-
## [0.3.5] - 2022-10-25
39+
## [0.3.5] - 2023-10-25
2140

2241
### Adjusted
2342
- ConfigureFlipper_Dual(..) now allows you to specify a normally open or normally closed EOS switch
2443

2544
### Fixed
2645
- ConfigureFlipper_Dual(..) config and EOS now works as expected
2746

28-
## [0.3.3] - 2022-10-14
47+
## [0.3.3] - 2023-10-14
2948

3049
### Added
3150
- Switch config commands
3251

3352
### Adjusted
3453
- ConfigureFlipper_Dual(..) configs
3554

36-
## [0.3.2] - 2022-10-5
55+
## [0.3.2] - 2023-10-5
3756

3857
### Fixed
3958
- Assembly naming issues with DLLs
4059

41-
## [0.3.1] - 2022-10-4
60+
## [0.3.1] - 2023-10-4
4261

4362
### Changed
4463
- A prefab is no longer needed. The call to FAST_Pinball.FAST.Startup(...) will automatically create a game object and initialize it
@@ -50,7 +69,7 @@ All notable changes to this package will be documented in this file. The format
5069
### Added
5170
- GI commands
5271

53-
## [0.3.0] - 2022-09-26
72+
## [0.3.0] - 2023-09-26
5473
*First real release*
5574

5675
### Fixed
6.5 KB
Binary file not shown.
6.5 KB
Binary file not shown.
7 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.pinball.fast.unitytoolkit",
33
"displayName": "Unity Fast Hardware",
4-
"version": "0.3.7-pre",
4+
"version": "0.4.2-pre",
55
"unity": "2020.3",
66
"description": "Fast Hardware Protocal implementation for unity",
77

0 commit comments

Comments
 (0)