Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View romulie's full-sized avatar

Block or report romulie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. ESP32_ENC28J60_Ethernet_SiemensS7300_PLC ESP32_ENC28J60_Ethernet_SiemensS7300_PLC Public

    Using ECN28J60 Ethernet module with ESP32 asynchronously receives UDP packets on port 3000, blinks LED on receipt. Connects to the Siemens S7300PLC . Writes to PLC database. Reads from PLC database.

    C 2 1

  2. ESP32_grbl_OLED_and_Joystick ESP32_grbl_OLED_and_Joystick Public

    This version of Grbl_Esp32 CNC contains I2C OLED display (shows current coordinates and delta step value) and x-y joystick w\pushbutton (controls 2d-cnc table)

    C++ 2

  3. TimerProfiler_Class TimerProfiler_Class Public

    Timer class for code profiling. Timer counts time from the moment of the timer-object construction. It returns time elapsed either by getTime(std::string message) or resetTime(std::string message) …

    C++ 1

  4. IntMathString IntMathString Public

    String-based class for integer math calculations with huge numbers . You can create arbitrary-long integers using strings or standard integers. And perform math and boolean operations on them: bool…

    C++

  5. CarRacingGame CarRacingGame Public

    Small console Car Racing Game with menu, music, hi-score logging to file, etc

    C++

  6. TCP_echoServer_withFileLogging TCP_echoServer_withFileLogging Public

    TCP echo-server with message and time logging to file. Use putty.exe to connect to the server. Default address: 127.0.0.1 port: 12345

    C