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
<?php | |
/* | |
# Borica Response 4.0 | |
Получаване и обработка на отговор от електронно плащане: [borica_response.php](https://gist.github.com/dimitarminchev/34265c2c780ccff86a545eb4a1ffd88c) | |
- Документация: [Borica APGW e-Gateway Resources](https://3dsgate-dev.borica.bg/) | |
- Автор: [доц. д-р Димитър Минчев](http://www.minchev.eu) | |
- Eлектронна поща: [[email protected]](mailto:[email protected]) | |
*/ | |
// Проверка дали има обратно получената информация от БОРИКА? |
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
<?php | |
/* | |
# Borica Request 4.0 | |
Изпращане на заявка за извършване на електронно плащане: [borica_request.php](https://gist.github.com/dimitarminchev/08d8ab833fa481a8cc5c1e365a16c05e) | |
- Документация: [Borica APGW e-Gateway Resources](https://3dsgate-dev.borica.bg/) | |
- Автор: [доц. д-р Димитър Минчев](http://www.minchev.eu) | |
- Eлектронна поща: [[email protected]](mailto:[email protected]) | |
*/ | |
// Gateway |
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
/* | |
"THE A TEAM" proudly presents the project "ROV4KIDS" from the challenge "INVENT YOUR OWN CHALLENGE" | |
NASA Space Apps Challenge 2018, Burgas Free University, Bulgaria | |
*/ | |
// Micro:Bit On Start | |
radio.setGroup(1) | |
basic.showIcon(IconNames.No) | |
pins.servoSetPulse(AnalogPin.P0, 0) | |
pins.servoSetPulse(AnalogPin.P1, 0) |
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
/* | |
"THE A TEAM" proudly presents the project "ROV4KIDS" from the challenge "INVENT YOUR OWN CHALLENGE" | |
NASA Space Apps Challenge 2018, Burgas Free University, Bulgaria | |
*/ | |
// Micro:Bit On Start | |
radio.setGroup(1) | |
radio.sendNumber(0) | |
basic.showIcon(IconNames.No) |