first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
8
Software/CSharp/GrovePi/PinMode.cs
Normal file
8
Software/CSharp/GrovePi/PinMode.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace GrovePi
|
||||
{
|
||||
public enum PinMode
|
||||
{
|
||||
Input = 0,
|
||||
Output = 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue