Update the project readme a bit. Add a distribution readme file but I need to fill it out. Increase the frequency the action routine is called to try to improve the typing rate on the GS.

This commit is contained in:
Jeremy Rand 2021-07-21 17:31:24 -04:00
parent c4274bdbe2
commit 06ed2392b2
5 changed files with 14 additions and 3 deletions

View File

@ -76,6 +76,7 @@
9D5155DD26A1EDA60075EBC7 /* system601_net.2mg */ = {isa = PBXFileReference; lastKnownFileType = file; path = system601_net.2mg; sourceTree = "<group>"; };
9D51562026A1F0C60075EBC7 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
9D51562926A1F16F0075EBC7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
9D5156A426A8C8B30075EBC7 /* Readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -117,6 +118,7 @@
9D5155A726A1ED510075EBC7 /* main.h */,
9D5155A826A1ED510075EBC7 /* main.rez */,
9D5155AA26A1ED510075EBC7 /* Makefile */,
9D5156A426A8C8B30075EBC7 /* Readme.md */,
9D5155AC26A1ED510075EBC7 /* make */,
9D5155C526A1ED510075EBC7 /* Supporting Files */,
);

View File

@ -86,7 +86,7 @@ LDFLAGS+=
# write your documentation in markdown in your project and at build time,
# that documentation is converted to a format that is good to package with
# your software and can be opened on a GS.
MD_SRCS=
MD_SRCS=Readme.md
# If you want to copy one or more files or directories to the distribution disk
# image, add the root directory to this variable. Any directories under

7
Listener/Readme.md Normal file
View File

@ -0,0 +1,7 @@
# Listener
## Installation
## Usage
## Future Improvements

View File

@ -8,7 +8,7 @@
*/
#pragma nda NDAOpen NDAClose NDAAction NDAInit 5 0x03FF " Listener\\H**"
#pragma nda NDAOpen NDAClose NDAAction NDAInit 2 0x03FF " Listener\\H**"
#include <orca.h>

View File

@ -1,3 +1,5 @@
# Listener
This is a new desk accessory for the Apple IIgs that allows an iOS device to connect to the GS over a network and stream text to it from voice dicatation.
This is a new desk accessory for the Apple IIgs that allows an iOS device to connect to the GS over a network and stream text to it from voice dicatation. It must be paired with the [ListenerApp](https://github.com/jeremysrand/ListenerApp) running on your iOS device. See that project for details about obtaining the app.
This code was written during KansasFest 2021 as part of the HackFest project. For information about how to use the application and do voice dictation to your Apple IIgs, read the [distribution Readme file](/Listener/Readme.md).