Adding more directory structure to generated files by compiler, also script to copy...
[iot2.git] / others / tutorial / benchmarks / drivers / HomeRoom / HomeRoom.java
1 package iotcode.HomeRoom;
2
3 import iotcode.interfaces.Room;
4
5 public class HomeRoom implements Room {
6
7         public HomeRoom() {
8
9         }
10
11         public int getRoomID() {
12                 return 0;
13         }
14 }