# Hello
#include <ESP8266WiFi.h>
const char* ssid = ""; const char* password = ""; const int sensorPin = A0;
WiFiServer server(80);
| // | |
| // AttachmentHandler.swift | |
| // AttachmentHandler | |
| // | |
| // Created by Deepak on 25/01/18. | |
| // Copyright © 2018 Deepak. All rights reserved. | |
| // | |
| import Foundation | |
| import UIKit |
# Hello
#include <ESP8266WiFi.h>
const char* ssid = ""; const char* password = ""; const int sensorPin = A0;
WiFiServer server(80);
| import XCTest | |
| @testable import YourAppTargetname | |
| class SideMenuViewControllerTest: XCTestCase { | |
| var viewControllerUnderTest: SideMenuViewController! | |
| override func setUp() { | |
| super.setUp() | |