Questions tagged [imp]

Used for questions relating to the Electric Imp, a programmable Internet of Things eco-system.

The Imp, or Electric Imp is an eco-system of components that enable products to become part of the Internet of Things (IoT). It includes hardware that connects to the cloud via wifi and has a number of input and output pins to sense and control products. Programming is done via web browser on the cloud with two parts being programmed, the Imp hardware and the backend server.

Best to read the web page on the Electric Imp web site.

77 questions
-1
votes
1 answer

Why do you divide the raw data by 16?

http://datasheets.maximintegrated.com/en/ds/DS18B20.pdf Read page 3, Operation – Measuring Temperature. The following code works to get the temp. I understand all of it except why they divide the number by 16. local raw = (data[1] << 8) |…
helpmeout
  • 19
  • 5
-1
votes
1 answer

ios how can i take a IMP to SEL

I define a function of point typedef void (^ButtonClick)(id sender); and i want to call it when Button click(UIButton addTarget to call ^ButtonClick function) but it is could find the pointer. -(void)addRightButton:(UIImage*)btnImage…
zt9788
  • 948
  • 4
  • 16
  • 31
1 2 3 4 5
6