Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
spi.h
- Committer:
- efrstek
- Date:
- 2020-02-08
- Revision:
- 1:c69f589b72b1
- Parent:
- 0:cc0cf84c7541
File content as of revision 1:c69f589b72b1:
#include "mbed.h" void fotopanel() { while(1) { float fotopanel; fotopanel = in5.read(); pc.printf("izmjerena vrijednost: %f\n\r", fotopanel); wait(0.5); } }