Skip to content

Commit

Permalink
add PCF8574 to app
Browse files Browse the repository at this point in the history
  • Loading branch information
SK21 committed Feb 16, 2024
1 parent 2aff10d commit 36bdaa3
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 911 deletions.
4 changes: 2 additions & 2 deletions RateAppSource/RateController/Classes/clsTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ public class clsTools
private static Hashtable HTapp;
private static Hashtable HTfiles;
private string cAppName = "RateController";
private string cAppVersion = "3.7.0";
private string cAppVersion = "3.7.1";
private string cPropertiesApp;
private string cPropertiesFile;
private string cSettingsDir;
private string cVersionDate = "14-Feb-2024";
private string cVersionDate = "16-Feb-2024";
private FormStart mf;

public clsTools(FormStart CallingForm)
Expand Down
6 changes: 3 additions & 3 deletions RateAppSource/RateController/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@
<data name="PCB" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\PCB.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Pins" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Pins.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="RateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\RateDown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand All @@ -313,4 +310,7 @@
<data name="Help" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Pins" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Pins1.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
1 change: 1 addition & 0 deletions RateAppSource/RateController/RateController.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Pins1.PNG" />
<None Include="Resources\Help.png" />
<None Include="Resources\RateDown.png" />
<None Include="Resources\RateUp.png" />
Expand Down
Binary file added RateAppSource/RateController/Resources/Pins1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 36 additions & 35 deletions RateAppSource/RateController/frmModuleConfig.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion RateAppSource/RateController/frmModuleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@ private void cbRelayControl_HelpRequested(object sender, HelpEventArgs hlpevent)
"3 - PCA9555 16 relays, use 16 relay module.\n" +
"4 - MCP23017, use a MCP23017 IO expander.\n" +
"5 - PCA9685 single, use each PCA9685 pin to control a single relay.\n" +
"6 - PCA9685 paired, use consecutive pins to control relays in a complementary mode. One is on and the other off.\n";
"6 - PCA9685 paired, use consecutive pins to control relays in a complementary mode. One is on and the other off.\n"+
"7 - PCF8574";

mf.Tls.ShowHelp(Message, "Relay Control");
hlpevent.Handled = true;
Expand Down
2 changes: 1 addition & 1 deletion RateAppSource/RateController/frmPins.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36bdaa3

Please sign in to comment.