Skip to content

Conversation

@Jackhammer9
Copy link
Owner

Summary

  • add a Reduino.Core module with pin_mode/digital/analog helpers and Arduino constants
  • teach the parser/emitter to lower Core calls directly to Arduino API and cover with tests
  • document the Core helpers in the README

Testing

  • pytest

Codex Task

@Jackhammer9
Copy link
Owner Author

Added support for the following:

  • pin_mode
  • digital_write
  • analog_write
  • digital_read
  • analog_read
  • INPUT
  • OUTPUT
  • INPUT_PULLUP
  • HIGH
  • LOW

@Jackhammer9 Jackhammer9 merged commit 890fd92 into main Nov 12, 2025
2 checks passed
@Jackhammer9 Jackhammer9 deleted the add-reduino.core-api-with-sensor-support branch November 12, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I think it would be very useful to add the analogRead() and DigitalRead() functions.

2 participants