You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enable Digital Gates module and add proper exports (Not, And, Nand, Or, Nor, Xor, Xnor)
- Enable Digital Components module and add exports (HalfAdder, FullAdder, MUX, DEMUX, Encoder, Decoder)
- Enable Digital Sources module and add exports (PulseDiff, Set, Reset, Pulse)
- Export DigitalPin connector and logic functions (_not, _and, _or, _xor)
- Fix PNP transistor variable error: changed V_BE to V_EB in lines 303 and 307
- Add cross-references to MechanicalPort and RealOutput in AccelerationSensor, PositionSensor, and ForceSensor documentation
- Reorganize Digital module includes to ensure logic functions are loaded before gates/components
These changes address missing docstrings and incorrect formatting mentioned in the issue.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments