diff options
author | ShaunakManurkar | 2017-04-25 15:32:43 +0530 |
---|---|---|
committer | ShaunakManurkar | 2017-04-25 15:32:43 +0530 |
commit | 4e487db4fce3211422e0a62b12cb2ce7c6eeece9 (patch) | |
tree | 1b537521000e0879bfaee8d6aca9d845dbdb1162 /Documentation/Programming-OpenPLC.rst | |
parent | 6c89f748905323a8dabd40af38875b56b63de431 (diff) | |
download | OpenPLC-4e487db4fce3211422e0a62b12cb2ce7c6eeece9.tar.gz OpenPLC-4e487db4fce3211422e0a62b12cb2ce7c6eeece9.tar.bz2 OpenPLC-4e487db4fce3211422e0a62b12cb2ce7c6eeece9.zip |
Embedding Images to the Documentation files
Diffstat (limited to 'Documentation/Programming-OpenPLC.rst')
-rw-r--r-- | Documentation/Programming-OpenPLC.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/Programming-OpenPLC.rst b/Documentation/Programming-OpenPLC.rst index ecf17a9..6ce4aab 100644 --- a/Documentation/Programming-OpenPLC.rst +++ b/Documentation/Programming-OpenPLC.rst @@ -25,14 +25,14 @@ Type the following command into the Terminal: Screen like below will pop up after giving the command line -.. image:: Images/fuse1.png +.. image:: OpenPLC/Images/fuse1.png :height: 540px :width: 450px :scale: 100 You can read fust bits after setting up, as shown below, -.. image:: Images/fuse2.png +.. image:: OpenPLC/Images/fuse2.png :height: 540px :width: 450px :scale: 100 @@ -62,7 +62,7 @@ below, which means that the process of erasing and writing the internal memory of the ATmega IC is in the process. On correct execution you shall get such a result. Whilst it’s burning the code, the red light on the USBASP will be lit showing that it is communicating with the controller appropriately. -.. image:: Images/usb.png +.. image:: OpenPLC/Images/usb.png :height: 540px :width: 450px :scale: 100 |