-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b20c08
commit 0cb7f4b
Showing
140 changed files
with
264 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
cmake_minimum_required(VERSION 3.21) | ||
|
||
if (${TOOLCHAIN_LANGUAGE} MATCHES "MikroC") | ||
project(can_demo_pack LANGUAGES MikroC) | ||
else() | ||
project(can_demo_pack LANGUAGES C ASM) | ||
endif() | ||
|
||
## Receive | ||
add_subdirectory(receive) | ||
|
||
## Transmit | ||
add_subdirectory(transmit) | ||
|
||
## Loopback | ||
add_subdirectory(loopback) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# CAN DEMO PACK | ||
|
||
--- | ||
|
||
- **Authors** : [MikroE](https://github.com/MikroElektronika) | ||
- **Version** : 3.0.0 | ||
- **Date** : ${COPYRIGHT_YEAR}. | ||
|
||
## CONTENTS | ||
|
||
- [LOOPBACK](./loopback/README.md) | ||
- [TRANSMIT](./transmit/README.md) | ||
- [RECEIVE](./receive/README.md) | ||
|
||
--- |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"contents": { | ||
"clicks": [], | ||
"examples": [ | ||
{ | ||
"path": "CAN Demo Pack" | ||
} | ||
] | ||
}, | ||
"display_name": "CAN Demo Pack", | ||
"name": "mikroe.demo.sdk.can.pack", | ||
"type": "project", | ||
"version": "3.0.0", | ||
"demo": true, | ||
"github_link": "https://github.com/MikroElektronika/necto_demos/tree/main/demos/sdk/democan/project" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
cmake_minimum_required(VERSION 3.21) | ||
|
||
if (${TOOLCHAIN_LANGUAGE} MATCHES "MikroC") | ||
message(FATAL_ERROR "MikroC not supported for this demo.") | ||
else() | ||
project(cyclonetcp_demo_pack LANGUAGES C ASM) | ||
endif() | ||
|
||
## FTP CLIENT | ||
add_subdirectory(ftpclient) | ||
|
||
## ECHO SERVER | ||
add_subdirectory(echoserver) | ||
|
||
## HTTP CLIENT | ||
add_subdirectory(httpclient) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# CYCLONETCP DEMO PACK | ||
|
||
--- | ||
|
||
- **Authors** : [MikroE](https://github.com/MikroElektronika) | ||
- **Version** : 3.0.0 | ||
- **Date** : ${COPYRIGHT_YEAR}. | ||
|
||
## CONTENTS | ||
|
||
- [FTP CLIENT](./ftpclient/README.md) | ||
- [ECHO SERVER](./echoserver/README.md) | ||
- [HTTP CLIENT](./httpclient/README.md) | ||
|
||
--- |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"contents": { | ||
"clicks": [], | ||
"examples": [ | ||
{ | ||
"path": "CycloneTCP Demo Pack" | ||
} | ||
] | ||
}, | ||
"display_name": "CycloneTCP Demo Pack", | ||
"name": "mikroe.demo.sdk.cyclonetcp.pack", | ||
"type": "project", | ||
"version": "3.0.0", | ||
"demo": true, | ||
"github_link": "https://github.com/MikroElektronika/necto_demos/tree/main/demos/sdk/democyclonetcp/project" | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
cmake_minimum_required(VERSION 3.21) | ||
|
||
if (${TOOLCHAIN_LANGUAGE} MATCHES "MikroC") | ||
project(gpio_demo_pack LANGUAGES MikroC) | ||
else() | ||
project(gpio_demo_pack LANGUAGES C ASM) | ||
endif() | ||
|
||
## Port | ||
add_subdirectory(demoport) | ||
|
||
## LED curtain | ||
add_subdirectory(demoledcurtain) | ||
|
||
## LED blinking | ||
add_subdirectory(demoledblinking) | ||
|
||
## Read input on one pin, display output on another pin | ||
add_subdirectory(demodigitalinputoutput) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# GPIO DEMO PACK | ||
|
||
--- | ||
|
||
- **Authors** : [MikroE](https://github.com/MikroElektronika) | ||
- **Version** : 3.0.0 | ||
- **Date** : ${COPYRIGHT_YEAR}. | ||
|
||
## CONTENTS | ||
|
||
- [PORT](./port/README.md) | ||
- [LED CURTAIN](./ledcurtain/README.md) | ||
- [LED BLINKING](./ledblinking/README.md) | ||
- [DIGITAL INPUT/OUTPUT](./digitalinputoutput/README.md) | ||
|
||
--- |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"contents": { | ||
"clicks": [], | ||
"examples": [ | ||
{ | ||
"path": "GPIO Demo Pack" | ||
} | ||
] | ||
}, | ||
"display_name": "GPIO Demo Pack", | ||
"name": "mikroe.demo.sdk.gpio.pack", | ||
"type": "project", | ||
"version": "3.0.0", | ||
"demo": true, | ||
"github_link": "https://github.com/MikroElektronika/necto_demos/tree/main/demos/sdk/demogpio/project" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.