예제 #1
0
 public static Arduino GetInstance()
 {
     return(_instance ?? (_instance = new Arduino()));
 }