Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 319 Bytes

File metadata and controls

5 lines (4 loc) · 319 Bytes

File Handling

(WriteFile.cs, ReadFile.cs)

The read and write file samples are simple examples of how to use the File class from the System.IO namespace of the .NET base classes. In addition, they demonstrate how to use rising edge detection to execute a read or write only when needed.