******** Examples ******** * :ref:`core.zerynth.stdlib_Hello_Zerynth` * :ref:`core.zerynth.stdlib_Blink` * :ref:`core.zerynth.stdlib_Digital_Read` * :ref:`core.zerynth.stdlib_Analog_To_Digital_Acquisition` * :ref:`core.zerynth.stdlib_Analog_To_Digital_Voltage_Conversion` * :ref:`core.zerynth.stdlib_Oscilloscope` * :ref:`core.zerynth.stdlib_Serial_Port_Read-Write_Basics` * :ref:`core.zerynth.stdlib_Sensor_Driven_Multi_Blink` * :ref:`core.zerynth.stdlib_Multi_Thread_Basic` * :ref:`core.zerynth.stdlib_Multi_Blink` * :ref:`core.zerynth.stdlib_Serial_Port_Read-Write_Advanced` * :ref:`core.zerynth.stdlib_Input_Capture_Unit` * :ref:`core.zerynth.stdlib_Timers_Basics` * :ref:`core.zerynth.stdlib_Strings_Format` * :ref:`core.zerynth.stdlib_CAN_Auto-baudrate` * :ref:`core.zerynth.stdlib_Can_Bus_Example` * :ref:`core.zerynth.stdlib_Dac_Basic` * :ref:`core.zerynth.stdlib_Buzzer_with_PWM` * :ref:`core.zerynth.stdlib_PWM_Fade` * :ref:`core.zerynth.stdlib_InfraRed_Raw_Capture` * :ref:`core.zerynth.stdlib_Timers_Advanced` * :ref:`core.zerynth.stdlib_Datetime` * :ref:`core.zerynth.stdlib_Suntime` * :ref:`core.zerynth.stdlib_Queues` * :ref:`core.zerynth.stdlib_Interrupts` * :ref:`core.zerynth.stdlib_Interrupts_Debounce` * :ref:`core.zerynth.stdlib_Exceptions-Debugger` * :ref:`core.zerynth.stdlib_Math` * :ref:`core.zerynth.stdlib_Mini_Web_Server` * :ref:`core.zerynth.stdlib_UDP_Pinger` * :ref:`core.zerynth.stdlib_UDP_NTP_Time` * :ref:`core.zerynth.stdlib_Wifi_Scan` * :ref:`core.zerynth.stdlib_HTTP_Time` * :ref:`core.zerynth.stdlib_HTTP_Weather` * :ref:`core.zerynth.stdlib_HTTP_Methods` * :ref:`core.zerynth.stdlib_Secure_HTTP` * :ref:`core.zerynth.stdlib_ntp_client` * :ref:`core.zerynth.stdlib_RTC_Keep_Time` * :ref:`core.zerynth.stdlib_Resources` * :ref:`core.zerynth.stdlib_Struct` * :ref:`core.zerynth.stdlib_Flash_Internal` * :ref:`core.zerynth.stdlib_SpiFlash` * :ref:`core.zerynth.stdlib_QSpiFlash` * :ref:`core.zerynth.stdlib_SpiSD` * :ref:`core.zerynth.stdlib_Filesystem` * :ref:`core.zerynth.stdlib_MCU_Reset` * :ref:`core.zerynth.stdlib_C_Language_Interface` * :ref:`core.zerynth.stdlib_Crypto_Hash` * :ref:`core.zerynth.stdlib_Crypto_ECC` * :ref:`core.zerynth.stdlib_Powersaving` * :ref:`core.zerynth.stdlib_Watchdogs` * :ref:`core.zerynth.stdlib_VM_Exceptions` * :ref:`core.zerynth.stdlib_VM_HardFault` .. _core.zerynth.stdlib_Hello_Zerynth: Hello Zerynth ------------- .. include:: Hello_Zerynth/project.md :literal: .. literalinclude:: Hello_Zerynth/main.py :language: python .. _core.zerynth.stdlib_Blink: Blink ----- .. include:: Blink/project.md :literal: .. literalinclude:: Blink/main.py :language: python .. _core.zerynth.stdlib_Digital_Read: Digital Read ------------ .. include:: Digital_Read/project.md :literal: .. literalinclude:: Digital_Read/main.py :language: python .. _core.zerynth.stdlib_Analog_To_Digital_Acquisition: Analog To Digital Acquisition ----------------------------- .. include:: Analog_To_Digital_Acquisition/project.md :literal: .. literalinclude:: Analog_To_Digital_Acquisition/main.py :language: python .. _core.zerynth.stdlib_Analog_To_Digital_Voltage_Conversion: Analog To Digital Voltage Conversion ------------------------------------ .. include:: Analog_To_Digital_Voltage_Conversion/project.md :literal: .. literalinclude:: Analog_To_Digital_Voltage_Conversion/main.py :language: python .. _core.zerynth.stdlib_Oscilloscope: Oscilloscope ------------ .. include:: Oscilloscope/project.md :literal: .. literalinclude:: Oscilloscope/main.py :language: python .. _core.zerynth.stdlib_Serial_Port_Read-Write_Basics: Serial Port Read-Write Basics ----------------------------- .. include:: Serial_Port_Read-Write_Basics/project.md :literal: .. literalinclude:: Serial_Port_Read-Write_Basics/main.py :language: python .. _core.zerynth.stdlib_Sensor_Driven_Multi_Blink: Sensor Driven Multi Blink ------------------------- .. include:: Sensor_Driven_Multi_Blink/project.md :literal: .. literalinclude:: Sensor_Driven_Multi_Blink/main.py :language: python .. _core.zerynth.stdlib_Multi_Thread_Basic: Multi Thread Basic ------------------ .. include:: Multi_Thread_Basic/project.md :literal: .. literalinclude:: Multi_Thread_Basic/main.py :language: python .. _core.zerynth.stdlib_Multi_Blink: Multi Blink ----------- .. include:: Multi_Blink/project.md :literal: .. literalinclude:: Multi_Blink/main.py :language: python .. _core.zerynth.stdlib_Serial_Port_Read-Write_Advanced: Serial Port Read-Write Advanced ------------------------------- .. include:: Serial_Port_Read-Write_Advanced/project.md :literal: .. literalinclude:: Serial_Port_Read-Write_Advanced/main.py :language: python .. _core.zerynth.stdlib_Input_Capture_Unit: Input Capture Unit ------------------ .. include:: Input_Capture_Unit/project.md :literal: .. literalinclude:: Input_Capture_Unit/main.py :language: python .. _core.zerynth.stdlib_Timers_Basics: Timers Basics ------------- .. include:: Timers_Basics/project.md :literal: .. literalinclude:: Timers_Basics/main.py :language: python .. _core.zerynth.stdlib_Strings_Format: Strings Format -------------- .. include:: Strings_Format/project.md :literal: .. literalinclude:: Strings_Format/main.py :language: python .. _core.zerynth.stdlib_CAN_Auto-baudrate: CAN Auto-baudrate ----------------- .. include:: CAN_Auto-baudrate/project.md :literal: .. literalinclude:: CAN_Auto-baudrate/main.py :language: python .. _core.zerynth.stdlib_Can_Bus_Example: Can Bus Example --------------- .. include:: Can_Bus_Example/project.md :literal: .. literalinclude:: Can_Bus_Example/main.py :language: python .. _core.zerynth.stdlib_Dac_Basic: Dac Basic --------- .. include:: Dac_Basic/project.md :literal: .. literalinclude:: Dac_Basic/main.py :language: python .. _core.zerynth.stdlib_Buzzer_with_PWM: Buzzer with PWM --------------- .. include:: Buzzer_with_PWM/project.md :literal: .. literalinclude:: Buzzer_with_PWM/main.py :language: python .. _core.zerynth.stdlib_PWM_Fade: PWM Fade -------- .. include:: PWM_Fade/project.md :literal: .. literalinclude:: PWM_Fade/main.py :language: python .. _core.zerynth.stdlib_InfraRed_Raw_Capture: InfraRed Raw Capture -------------------- .. include:: InfraRed_Raw_Capture/project.md :literal: .. literalinclude:: InfraRed_Raw_Capture/main.py :language: python .. _core.zerynth.stdlib_Timers_Advanced: Timers Advanced --------------- .. include:: Timers_Advanced/project.md :literal: .. literalinclude:: Timers_Advanced/main.py :language: python .. _core.zerynth.stdlib_Datetime: Datetime -------- .. include:: Datetime/project.md :literal: .. literalinclude:: Datetime/main.py :language: python .. _core.zerynth.stdlib_Suntime: Suntime ------- .. include:: Suntime/project.md :literal: .. literalinclude:: Suntime/main.py :language: python .. _core.zerynth.stdlib_Queues: Queues ------ .. include:: Queues/project.md :literal: .. literalinclude:: Queues/main.py :language: python .. _core.zerynth.stdlib_Interrupts: Interrupts ---------- .. include:: Interrupts/project.md :literal: .. literalinclude:: Interrupts/main.py :language: python .. _core.zerynth.stdlib_Interrupts_Debounce: Interrupts Debounce ------------------- .. include:: Interrupts_Debounce/project.md :literal: .. literalinclude:: Interrupts_Debounce/main.py :language: python .. _core.zerynth.stdlib_Exceptions-Debugger: Exceptions-Debugger ------------------- .. include:: Exceptions-Debugger/project.md :literal: .. literalinclude:: Exceptions-Debugger/main.py :language: python .. _core.zerynth.stdlib_Math: Math ---- .. include:: Math/project.md :literal: .. literalinclude:: Math/main.py :language: python .. _core.zerynth.stdlib_Mini_Web_Server: Mini Web Server --------------- .. include:: Mini_Web_Server/project.md :literal: .. literalinclude:: Mini_Web_Server/main.py :language: python .. _core.zerynth.stdlib_UDP_Pinger: UDP Pinger ---------- .. include:: UDP_Pinger/project.md :literal: .. literalinclude:: UDP_Pinger/main.py :language: python .. _core.zerynth.stdlib_UDP_NTP_Time: UDP NTP Time ------------ .. include:: UDP_NTP_Time/project.md :literal: .. literalinclude:: UDP_NTP_Time/main.py :language: python .. _core.zerynth.stdlib_Wifi_Scan: Wifi Scan --------- .. include:: Wifi_Scan/project.md :literal: .. literalinclude:: Wifi_Scan/main.py :language: python .. _core.zerynth.stdlib_HTTP_Time: HTTP Time --------- .. include:: HTTP_Time/project.md :literal: .. literalinclude:: HTTP_Time/main.py :language: python .. _core.zerynth.stdlib_HTTP_Weather: HTTP Weather ------------ .. include:: HTTP_Weather/project.md :literal: .. literalinclude:: HTTP_Weather/main.py :language: python .. _core.zerynth.stdlib_HTTP_Methods: HTTP Methods ------------ .. include:: HTTP_Methods/project.md :literal: .. literalinclude:: HTTP_Methods/main.py :language: python .. _core.zerynth.stdlib_Secure_HTTP: Secure HTTP ----------- .. include:: Secure_HTTP/project.md :literal: .. literalinclude:: Secure_HTTP/main.py :language: python .. _core.zerynth.stdlib_ntp_client: ntp client ---------- .. include:: ntp_client/project.md :literal: .. literalinclude:: ntp_client/main.py :language: python .. _core.zerynth.stdlib_RTC_Keep_Time: RTC Keep Time ------------- .. include:: RTC_Keep_Time/project.md :literal: .. literalinclude:: RTC_Keep_Time/main.py :language: python .. _core.zerynth.stdlib_Resources: Resources --------- .. include:: Resources/project.md :literal: .. literalinclude:: Resources/main.py :language: python .. _core.zerynth.stdlib_Struct: Struct ------ .. include:: Struct/project.md :literal: .. literalinclude:: Struct/main.py :language: python .. _core.zerynth.stdlib_Flash_Internal: Flash Internal -------------- .. include:: Flash_Internal/project.md :literal: .. literalinclude:: Flash_Internal/main.py :language: python .. _core.zerynth.stdlib_SpiFlash: SpiFlash -------- .. include:: SpiFlash/project.md :literal: .. literalinclude:: SpiFlash/main.py :language: python .. _core.zerynth.stdlib_QSpiFlash: QSpiFlash --------- .. include:: QSpiFlash/project.md :literal: .. literalinclude:: QSpiFlash/main.py :language: python .. _core.zerynth.stdlib_SpiSD: SpiSD ----- .. include:: SpiSD/project.md :literal: .. literalinclude:: SpiSD/main.py :language: python .. _core.zerynth.stdlib_Filesystem: Filesystem ---------- .. include:: Filesystem/project.md :literal: .. literalinclude:: Filesystem/main.py :language: python .. _core.zerynth.stdlib_MCU_Reset: MCU Reset --------- .. include:: MCU_Reset/project.md :literal: .. literalinclude:: MCU_Reset/main.py :language: python .. _core.zerynth.stdlib_C_Language_Interface: C Language Interface -------------------- .. include:: C_Language_Interface/project.md :literal: .. literalinclude:: C_Language_Interface/main.py :language: python .. _core.zerynth.stdlib_Crypto_Hash: Crypto Hash ----------- .. include:: Crypto_Hash/project.md :literal: .. literalinclude:: Crypto_Hash/main.py :language: python .. _core.zerynth.stdlib_Crypto_ECC: Crypto ECC ---------- .. include:: Crypto_ECC/project.md :literal: .. literalinclude:: Crypto_ECC/main.py :language: python .. _core.zerynth.stdlib_Powersaving: Powersaving ----------- .. include:: Powersaving/project.md :literal: .. literalinclude:: Powersaving/main.py :language: python .. _core.zerynth.stdlib_Watchdogs: Watchdogs --------- .. include:: Watchdogs/project.md :literal: .. literalinclude:: Watchdogs/main.py :language: python .. _core.zerynth.stdlib_VM_Exceptions: VM Exceptions ------------- .. include:: VM_Exceptions/project.md :literal: .. literalinclude:: VM_Exceptions/main.py :language: python .. _core.zerynth.stdlib_VM_HardFault: VM HardFault ------------ .. include:: VM_HardFault/project.md :literal: .. literalinclude:: VM_HardFault/main.py :language: python