Phone app (based on Ali's Control for iotcloud benchmark) to control alarm in the...
[iot2.git] / benchmarks / interfaces / Resolution.java
1 package iotcode.interfaces;
2
3 public enum Resolution {
4         RES_1080P,
5         RES_720P,
6         RES_VGA
7 }
8