diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-24 18:56:53 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-24 18:56:53 +0100 |
commit | 06b1851216e42923b0df70bb498df8cf106965cc (patch) | |
tree | 43e42c037ad87a7137cc3a4715c7bc6edcef7aef /slides | |
parent | fa9c2ee2b01b04b23c249d1f953e1cfef1c8edea (diff) |
Completed code project
Diffstat (limited to 'slides')
-rw-r--r-- | slides/img/contast_with_button.png | bin | 0 -> 64189 bytes | |||
-rw-r--r-- | slides/img/display.png | bin | 38825 -> 30060 bytes | |||
-rw-r--r-- | slides/img/display_interrupt.png | bin | 0 -> 61462 bytes | |||
-rw-r--r-- | slides/img/logging_data.png | bin | 0 -> 67675 bytes | |||
-rw-r--r-- | slides/img/set_date.png | bin | 0 -> 64427 bytes | |||
-rw-r--r-- | slides/img/temp_with_button.png | bin | 0 -> 54824 bytes | |||
-rw-r--r-- | slides/presentazione_espruino.rst | 39 |
7 files changed, 39 insertions, 0 deletions
diff --git a/slides/img/contast_with_button.png b/slides/img/contast_with_button.png Binary files differnew file mode 100644 index 0000000..6acb6fd --- /dev/null +++ b/slides/img/contast_with_button.png diff --git a/slides/img/display.png b/slides/img/display.png Binary files differindex 8627e0c..75e94db 100644 --- a/slides/img/display.png +++ b/slides/img/display.png diff --git a/slides/img/display_interrupt.png b/slides/img/display_interrupt.png Binary files differnew file mode 100644 index 0000000..d9ac429 --- /dev/null +++ b/slides/img/display_interrupt.png diff --git a/slides/img/logging_data.png b/slides/img/logging_data.png Binary files differnew file mode 100644 index 0000000..e703f1a --- /dev/null +++ b/slides/img/logging_data.png diff --git a/slides/img/set_date.png b/slides/img/set_date.png Binary files differnew file mode 100644 index 0000000..0c68883 --- /dev/null +++ b/slides/img/set_date.png diff --git a/slides/img/temp_with_button.png b/slides/img/temp_with_button.png Binary files differnew file mode 100644 index 0000000..0a6b7aa --- /dev/null +++ b/slides/img/temp_with_button.png diff --git a/slides/presentazione_espruino.rst b/slides/presentazione_espruino.rst index ca5f429..042c73c 100644 --- a/slides/presentazione_espruino.rst +++ b/slides/presentazione_espruino.rst @@ -142,6 +142,45 @@ OLED .. image:: img/display.png :align: center +Saving and loading +------------------ + +.. image:: img/display_interrupt.png + :align: center + +Reading with a button +--------------------- + +.. image:: img/temp_with_button.png + :align: center + +Lowering contrast +----------------- + +.. image:: img/contast_with_button.png + :align: center + +Setting the date +---------------- + +.. image:: img/set_date.png + :align: center + +Logging data +------------ + +.. image:: img/logging_data.png + :align: center + + + +Ulteriore documentazione +------------------------ + +* http://www.espruino.com/Reference +* http://www.espruino.com/Modules +* Queste slide: http://git.trueelena.org/cgit.cgi/docs/presentazione_espruino/ + Domande? -------- |