Skip to content

Commit

Permalink
Merge pull request #68 from WildernessLabs/dominique-RPiProj
Browse files Browse the repository at this point in the history
rpi proj standardising
  • Loading branch information
jorgedevs authored Jun 5, 2024
2 parents 8288c37 + 706ac8f commit ddd811f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Meadow.Peripherals.Relays;
using ___safeprojectname___.Core;

namespace ___safeprojectname___.RasPi;
namespace ___safeprojectname___.RPi;

internal class OutputController : IOutputController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Meadow.Logging;
using ___safeprojectname___.Core;

namespace ___safeprojectname___.RasPi;
namespace ___safeprojectname___.RPi;

public static class Program
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Meadow.Pinouts;
using ___safeprojectname___.Core;

namespace ___safeprojectname___.RasPi;
namespace ___safeprojectname___.RPi;

internal class ___safeprojectname___App : App<RaspberryPi>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using ___safeprojectname___.Core;
using ___safeprojectname___.Core.Contracts;

namespace ___safeprojectname___.RasPi;
namespace ___safeprojectname___.RPi;

internal class ___safeprojectname___Hardware : I___safeprojectname___Hardware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "___safeprojectname___.F7", "___safeprojectname___.F7\___safeprojectname___.F7.csproj", "{9F7D3C5D-1F20-4771-BD7E-2C0578B6AD70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "___safeprojectname___.RasPi", "___safeprojectname___.RasPi\___safeprojectname___.RasPi.csproj", "{8F0CD535-7753-4A42-B194-B835E50C9A5F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "___safeprojectname___.RPi", "___safeprojectname___.RPi\___safeprojectname___.RPi.csproj", "{8F0CD535-7753-4A42-B194-B835E50C9A5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "___safeprojectname___.Desktop", "___safeprojectname___.Desktop\___safeprojectname___.Desktop.csproj", "{2068562E-CBCE-4AB6-B05F-683DA70C70A0}"
EndProject
Expand Down

0 comments on commit ddd811f

Please sign in to comment.