This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func displayAssignMents(){ | |
| //createTodoBtn.isHidden = true | |
| // check whether you are in DayView Or Two Week View | |
| if isDayView { | |
| dayCollectionView.isHidden = false | |
| dayCollectionView.reloadData() | |
| _______ | |
| if let theCount = dayScheduleModel?.allSchedules().count, theCount > 0 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool didRemoveNoise() { | |
| bool didRemoveNoise = false; | |
| while (didRemoveNoise == false) { | |
| // Read Serial input | |
| String inputData; | |
| char c; | |
| while (esp.available() > 0) { | |
| c = esp.read(); | |
| inputData.concat(c); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool didRemoveNoise() { | |
| bool didRemoveNoise = false; | |
| while (didRemoveNoise == false) { | |
| // Read Serial input | |
| String inputData; | |
| char c; | |
| while (esp.available() > 0) { | |
| c = esp.read(); | |
| inputData.concat(c); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool didRemoveNoise() { | |
| bool didRemoveNoise = false; | |
| while (didRemoveNoise == false) { | |
| // Read Serial input | |
| String inputData; | |
| char c; | |
| while (esp.available() > 0) { | |
| c = esp.read(); | |
| inputData.concat(c); | |
| } |