Skip to content

Commit

Permalink
Updated readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Dec 12, 2024
1 parent c945bd0 commit 2b20c08
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion demos/sdk/demoanalogin/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example of analog-digital converter that utilizes mikroSDK 2.0

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/democanloopback/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code developed on [UNI-DS v8](https://www.mikroe.com/uni-ds-v8) and it can be us

---

- **Authors** : MikroE https://github.com/MikroElektronika
- **Authors** : [MikroE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/democanreceive/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code developed on [UNI-DS v8](https://www.mikroe.com/uni-ds-v8) and it can be us

---

- **Authors** : MikroE https://github.com/MikroElektronika
- **Authors** : [MikroE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/democantransmit/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code developed on [UNI-DS v8](https://www.mikroe.com/uni-ds-v8) and it can be us

---

- **Authors** : MikroE https://github.com/MikroElektronika
- **Authors** : [MikroE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This example demonstrates echo server functionality. Observe UART/Application output and wait until server address is resolved, singnaling that echo server running on the MCU is ready to be used. Connect to the server with Tera Term or any other terminal of your choice. Set Host: to either "echo-server-demo" or the IP address from UART/Application output, and use Port: "7". Write something into the terminal, and observe it being echoed back by the echo server.

- **Authors** : MikroE https://github.com/MikroElektronika
, ORYX EMBEDDED https://github.com/Oryx-Embedded/CycloneTCP
- **Authors** : [MikroE](https://github.com/MikroElektronika)
, [ORYX EMBEDDED](https://github.com/Oryx-Embedded/CycloneTCP)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This example demonstrates how FTP client running on MCU reads a file from remote FTP server. It will connect to the FTP server "test.rebex.net", port number 21, then log in using username: "demo" and password: "password", and open the file "readme.txt". File will be read and its contents will be written over UART/Application output.

- **Authors** : MikroE https://github.com/MikroElektronika
, ORYX EMBEDDED https://github.com/Oryx-Embedded/CycloneTCP
- **Authors** : [MikroE](https://github.com/MikroElektronika)
, [ORYX EMBEDDED](https://github.com/Oryx-Embedded/CycloneTCP)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

In this demo, the HTTP client running on MCU will connect to the HTTP server "www.httpbin.org", port number 80. Client will then send POST request to HTTP server whith header containing, Host: "www.httpbin.org", User-Agent: "Mozilla/5.0" ,Content-Type: "text/plain", and Transfer-Encoding: "chunked", and parameters/aruments, param1 and param2, having respective values of "value1" and "value2". Body of the message is plain text "Hello World!". Response from the HTTP server will be read, echoing back sent data in json format, and will be written over UART/Application output.

- **Authors** : MikroE https://github.com/MikroElektronika
, ORYX EMBEDDED https://github.com/Oryx-Embedded/CycloneTCP
- **Authors** : [MikroE](https://github.com/MikroElektronika)
, [ORYX EMBEDDED](https://github.com/Oryx-Embedded/CycloneTCP)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demodesigner/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This Demo shows how to use Buttons, Images, Labels and Progress Bar components of Designer Tool in NECTOStudio IDE. First it displays the intro screen and then it shows application screen - you can press Buttons to change the screen color and increase the Progress Bar value. When Progress Bar value reaches 100% Demo starts from beginning.

- **Authors** : MikroE
- **Authors** : [MikroE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ follow the steps and see how the LEDs on port A respond to pushing buttons.

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demodmam2m/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple DMA Memory to Memory example that utilizes mikroSDK 2.0 DMA dri

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demoi2c/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example that utilizes mikroSDK 2.0 I2C driver library. In this

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demolcd/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates LCD library functionalities. In this demo, the text wi

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demoledblinking/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ might not have the specified pin.

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demoledcurtain/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ to see PORT B LEDs light up and turn off in "curtain"-like motion.

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demoport/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Turn on switches for PORT LEDS in the BOARD SETUP section of your board to see L

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demopwm/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a simple example that utilizes mikroSDK 2.0 PWM driver library. In this demo, we demonstrate how to configure and enable PWM module and adjust the duty cycle using buttons. Increasing the duty cycle results in a brighter LED illumination, while decreasing it reduces the brightness.

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
4 changes: 2 additions & 2 deletions demos/sdk/demortc/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This is a simple example that utilizes mikroSDK 2.0 RTC driver library. In this demo, we demonstrate how to configure and enable RTC module and use its functionalities like start, stop, set_time, reset and system_reset.

- **Authors**
- [@MikroE](https://github.com/MikroElektronika)
- [MIKROE](https://github.com/MikroElektronika)
- [@huchonar](https://github.com/huchonar)
- [@juickar](http://github.com/juickar)
- [@juickar](http://github.com/juickar)
- [@viziergr](https://www.github.com/viziergr)
- [@aymericbiard](https://github.com/aymericbiard)
- **Version** : 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demospi/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple example that utilizes mikroSDK 2.0 SPI driver library. In this

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
2 changes: 1 addition & 1 deletion demos/sdk/demouart/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple UART echo example that utilizes mikroSDK 2.0 UART driver librar

---

- **Author** : MIKROE
- **Authors** : [MIKROE](https://github.com/MikroElektronika)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
4 changes: 2 additions & 2 deletions demos/sdk/demousbcdc/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This example demonstrates the use of USB CDC MassStorage Class demo.
It will allow a Device to be recognized as a MSC storage device when connected to PC via USB.

- **Authors** : MikroE https://github.com/MikroElektronika
, Hathach https://github.com/hathach/tinyusb
- **Authors** : [MikroE](https://github.com/MikroElektronika)
, [Hathach](https://github.com/hathach/tinyusb)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
4 changes: 2 additions & 2 deletions demos/sdk/demousbhid/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This example demonstrates HID Generic raw Input & Output. It will receive data from Host (In endpoint) and echo back (Out endpoint). HID Report descriptor uses vendor for usage page (using template TUD_HID_REPORT_DESC_GENERIC_INOUT). Connect to a USB HID terminal and send data to the connected device.

- **Authors** : MikroE https://github.com/MikroElektronika
, Hathach https://github.com/hathach/tinyusb
- **Authors** : [MikroE](https://github.com/MikroElektronika)
, [Hathach](https://github.com/hathach/tinyusb)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down
4 changes: 2 additions & 2 deletions demos/sdk/demousbmidi/project/resources/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Code developed on [UNI-DS v8](https://www.mikroe.com/uni-ds-v8) and it can be us

---

- **Authors** : MikroE https://github.com/MikroElektronika
, Hathach https://github.com/hathach/tinyusb
- **Authors** : [MikroE](https://github.com/MikroElektronika)
, [Hathach](https://github.com/hathach/tinyusb)
- **Version** : 3.0.0
- **Date** : ${COPYRIGHT_YEAR}.

Expand Down

0 comments on commit 2b20c08

Please sign in to comment.